|
building ffmpegthumbnailer
Has anyone got an ffmpegthumbnailer rpm for F9/10? or been able to compile it? ./configure goes without a hitch but make chokes with non helpfull messages: this looks to me like problems with the code rather than my libs???
moviedecoder.cpp:287: error: ‘m_pVideoCodecContext’ was not declared in this scope
moviedecoder.cpp:288: error: ‘avpicture_deinterlace’ was not declared in this scope
moviedecoder.cpp:292: error: ‘PIX_FMT_RGB24’ was not declared in this scope
moviedecoder.cpp:296: error: ‘m_pFrame’ was not declared in this scope
moviedecoder.cpp: In member function ‘void MovieDecoder::convertAndScaleFrame(int, int, bool, int&, int&)’:
moviedecoder.cpp:305: error: ‘m_pVideoCodecContext’ was not declared in this scope
moviedecoder.cpp:306: error: ‘SwsContext’ was not declared in this scope
moviedecoder.cpp:306: error: ‘scaleContext’ was not declared in this scope
moviedecoder.cpp:308: error: ‘SWS_BICUBIC’ was not declared in this scope
moviedecoder.cpp:308: error: ‘sws_getContext’ was not declared in this scope
moviedecoder.cpp:315: error: ‘AVFrame’ was not declared in this scope
moviedecoder.cpp:315: error: ‘convertedFrame’ was not declared in this scope
moviedecoder.cpp:319: error: ‘m_pFrame’ was not declared in this scope
moviedecoder.cpp:320: error: ‘sws_scale’ was not declared in this scope
moviedecoder.cpp:321: error: ‘sws_freeContext’ was not declared in this scope
moviedecoder.cpp:323: error: ‘av_free’ was not declared in this scope
moviedecoder.cpp: At global scope:
moviedecoder.cpp:349: error: variable or field ‘createAVFrame’ declared void
moviedecoder.cpp:349: error: ‘AVFrame’ was not declared in this scope
moviedecoder.cpp:349: error: ‘avFrame’ was not declared in this scope
moviedecoder.cpp:349: error: expected primary-expression before ‘int’
moviedecoder.cpp:349: error: expected primary-expression before ‘int’
moviedecoder.cpp:349: error: expected primary-expression before ‘int’
make[2]: *** [moviedecoder.lo] Error 1
make[2]: Leaving directory `/home/orthonovum/Desktop/ffmpegthumbnailer-1.3.0/src/libffmpegthumbnailer'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/orthonovum/Desktop/ffmpegthumbnailer-1.3.0/src'
make: *** [all-recursive] Error 1
[orthonovum@orthoprime ffmpegthumbnailer-1.3.0]$
__________________
----
http://orthonovum.livejournal.com/
|