[FFmpeg-devel] SVN 23081: missing dependency for av_vsrc_buffer_add_frame in ffmpeg.c

Thierry Foucu tfoucu
Mon May 10 21:33:54 CEST 2010


It seems that even if we configure with
--disable-everything, CONFIG_AVFILTER is defined, but CONFIG_BUFFER_FILTER
is set to 0
So, the library avfilter does not include the file vsrc_buffer.c

../svn/configure --disable-everything --cc=gcc --enable-encoder=ac3

make
/usr/local/ffmpeg/svn/ffmpeg.c:1664: undefined reference to
`av_vsrc_buffer_add_frame'



More information about the ffmpeg-devel mailing list