Does not compile, after x264 was updated: i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/include/malloc -I.. -IADM_library -I../ADM_library -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=pentium4 -Os -pipe -fomit-frame-pointer -O2 -falign-loops=16 -c -o ADM_x264.o ADM_x264.cpp ADM_x264.cpp: In member function ‘virtual uint8_t X264EncoderCBR::init(uint32_t, uint32_t, ADM_x264Param*)’: ADM_x264.cpp:203: error: ‘struct x264_param_t::<anonymous>’ has no member named ‘b_cbr’ ADM_x264.cpp: In member function ‘virtual uint8_t X264EncoderPass2::init(uint32_t, uint32_t, ADM_x264Param*)’: ADM_x264.cpp:237: error: ‘struct x264_param_t::<anonymous>’ has no member named ‘b_cbr’ make[3]: *** [ADM_x264.o] Error 1 make[3]: Leaving directory `/var/tmp/portage/avidemux-2.0.42-r1/work/avidemux-2.0.42/avidemux/ADM_codecs' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/var/tmp/portage/avidemux-2.0.42-r1/work/avidemux-2.0.42/avidemux' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/var/tmp/portage/avidemux-2.0.42-r1/work/avidemux-2.0.42' make: *** [all] Error 2 Reproducible: Always Steps to Reproduce:
*** This bug has been marked as a duplicate of bug 158340 ***