[Ffmpeg-devel] xvid_rc.c doesn't compile
Han Boetes
han
Thu Mar 30 14:04:23 CEST 2006
Hi,
On GNU/Linux I get the following message for quite some time
now. Time to report it.
gcc -O3 -g -Wall -Wno-switch -O2 -pipe -fstack-protector -Wdeclaration-after-statement -DHAVE_AV_CONFIG_H -I.. -I/mega/pkgmk/work/ffmpeg/src/ffmpeg/libavutil -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -c -o xvid_rc.o xvid_rc.c
xvid_rc.c: In function `ff_xvid_rate_control_init':
xvid_rc.c:68: error: structure has no member named `vbv_size'
xvid_rc.c:69: error: structure has no member named `vbv_maxrate'
xvid_rc.c:70: error: structure has no member named `vbv_initial'
make[1]: *** [xvid_rc.o] Error 1
make[1]: Leaving directory `/mega/pkgmk/work/ffmpeg/src/ffmpeg/libavcodec'
These were the build-options:
./configure \
--enable-gpl \
--enable-mp3lame \
--enable-libogg \
--enable-vorbis \
--enable-theora \
--enable-faad \
--enable-faadbin \
--enable-faac \
--enable-xvid \
--enable-a52 \
--enable-a52bin \
--enable-dts \
--enable-pp
# Han
More information about the ffmpeg-devel
mailing list