Hi! I have the following compile issue with current transcode CVS (from today) with also current x264 GIT pull from today :
(cd .libs && rm -f encode_theora.la && ln -s ../encode_theora.la encode_theora.la) /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. - D_REENTRANT -DMOD_PATH=\"/usr/local/lib/transcode\" -I.. -I../src - I/usr/local/include -O3 -march=opteron -MT encode_x264_la-encode_x264.lo - MD -MP -MF .deps/encode_x264_la-encode_x264.Tpo -c -o encode_x264_la- encode_x264.lo `test -f 'encode_x264.c' || echo './'`encode_x264.c gcc -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT - DMOD_PATH=\"/usr/local/lib/transcode\" -I.. -I../src -I/usr/local/include -O3 -march=opteron -MT encode_x264_la-encode_x264.lo -MD -MP -MF .deps/encode_x264_la-encode_x264.Tpo -c encode_x264.c -fPIC -DPIC -o .libs/encode_x264_la-encode_x264.o encode_x264.c:207: erreur: ‘struct <anonymous>’ has no member named ‘i_direct_8x8_inference’ encode_x264.c:207: erreur: ‘struct <anonymous>’ has no member named ‘i_direct_8x8_inference’ make[2]: *** [encode_x264_la-encode_x264.lo] Erreur 1 make[2]: quittant le répertoire « /usr/src/CVS/transcode/encode » make[1]: *** [all-recursive] Erreur 1 make[1]: quittant le répertoire « /usr/src/CVS/transcode » make: *** [all] Erreur 2 + [[ 2 != 0 ]] + exit 1 Both dirs were fully deleted before the checkout. Configure options for x264 are "--enable-pthread --enable-shared". For transcode, they are : "--enable-libpostproc --enable-freetype2 --enable-ogg --enable-vorbis -- enable-theora \ --enable-libdv --enable-libquicktime --enable-libxml2 --enable-mjpegtools -- enable-sdl --enable-xvid \ --enable-faac --enable-alsa --enable-x264 --enable-a52" The same x264 seems to compile properly with transcode 1.1.0. Please let me know if you need other info. Best regards, Richard