Source: ffmpegthumbnailer Version: 2.0.7-2 Severity: serious Justification: FTBFS but built successfully in the past Tags: jessie sid Control: block 706798 by -1
ffmpegthumbnailer FTBFS against libav 9:
| /bin/bash ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I.
-D__STDC_CONSTANT_MACROS -I/usr/include/libpng12 -g -O2 -c -o
libffmpegthumbnailer_la-moviedecoder.lo `test -f
'libffmpegthumbnailer/moviedecoder.cpp' || echo
'./'`libffmpegthumbnailer/moviedecoder.cpp
| libtool: compile: g++ -DHAVE_CONFIG_H -I. -D__STDC_CONSTANT_MACROS
-I/usr/include/libpng12 -g -O2 -c libffmpegthumbnailer/moviedecoder.cpp -fPIC
-DPIC -o .libs/libffmpegthumbnailer_la-moviedecoder.o
| libffmpegthumbnailer/moviedecoder.cpp: In member function 'void
ffmpegthumbnailer::MovieDecoder::initialize(const string&)':
| libffmpegthumbnailer/moviedecoder.cpp:61:18: error: 'avcodec_init' was not
declared in this scope
| avcodec_init();
| ^
| libffmpegthumbnailer/moviedecoder.cpp:67:113: error: 'av_open_input_file' was
not declared in this scope
| if ((!m_FormatContextWasGiven) && av_open_input_file(&m_pFormatContext,
inputFile.c_str(), NULL, 0, NULL) != 0)
|
^
| libffmpegthumbnailer/moviedecoder.cpp:73:45: error: 'av_find_stream_info' was
not declared in this scope
| if (av_find_stream_info(m_pFormatContext) < 0)
| ^
| libffmpegthumbnailer/moviedecoder.cpp: In member function 'void
ffmpegthumbnailer::MovieDecoder::destroy()':
| libffmpegthumbnailer/moviedecoder.cpp:93:9: warning: 'void
av_close_input_file(AVFormatContext*)' is deprecated (declared at
/usr/include/libavformat/avformat.h:1397) [-Wdeprecated-declarations]
| av_close_input_file(m_pFormatContext);
| ^
| libffmpegthumbnailer/moviedecoder.cpp:93:45: warning: 'void
av_close_input_file(AVFormatContext*)' is deprecated (declared at
/usr/include/libavformat/avformat.h:1397) [-Wdeprecated-declarations]
| av_close_input_file(m_pFormatContext);
| ^
| libffmpegthumbnailer/moviedecoder.cpp: In member function 'void
ffmpegthumbnailer::MovieDecoder::initializeVideo()':
| libffmpegthumbnailer/moviedecoder.cpp:162:57: error: 'avcodec_open' was not
declared in this scope
| if (avcodec_open(m_pVideoCodecContext, m_pVideoCodec) < 0)
| ^
| make[3]: *** [libffmpegthumbnailer_la-moviedecoder.lo] Error 1
The full build log is available from
http://people.debian.org/~sramacher/logs/ffmpegthumbnailer_2.0.7-2_amd64-20130825-1521.log
Regards
--
Sebastian Ramacher
signature.asc
Description: Digital signature

