Hi! I get the following errors when trying to compile today's transcode CVS against today's Ffmpeg and x264 git :
gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_REENTRANT - DMOD_PATH=\"/usr/local/lib/transcode\" -I.. -I../src -I/usr/include -O3 - march=opteron -MT encode_faac_la-encode_faac.lo -MD -MP -MF .deps/encode_faac_la-encode_faac.Tpo -c encode_faac.c -fPIC -DPIC -o .libs/encode_faac_la-encode_faac.o gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_REENTRANT - DMOD_PATH=\"/usr/local/lib/transcode\" -I.. -I../src -I/usr/local/include -O3 -march=opteron -MT encode_lavc_la-encode_lavc.lo -MD -MP -MF .deps/encode_lavc_la-encode_lavc.Tpo -c encode_lavc.c -fPIC -DPIC -o .libs/encode_lavc_la-encode_lavc.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_REENTRANT -DMOD_PATH=\"/usr/local/lib/transcode\" -I.. -I../src - I/usr/include -O3 -march=opteron -MT encode_lame_la-encode_lame.lo -MD -MP - MF ".deps/encode_lame_la-encode_lame.Tpo" -c -o encode_lame_la-encode_lame.lo `test -f 'encode_lame.c' || echo './'`encode_lame.c; \ then mv -f ".deps/encode_lame_la-encode_lame.Tpo" ".deps/encode_lame_la-encode_lame.Plo"; else rm -f ".deps/encode_lame_la- encode_lame.Tpo"; exit 1; fi encode_lavc.c: In function 'tc_lavc_dispatch_settings': encode_lavc.c:1098: error: 'AVCodecContext' has no member named 'rtp_mode' encode_lavc.c: In function 'tc_lavc_read_config': encode_lavc.c:1233: error: 'CODEC_FLAG_H263P_AIC' undeclared (first use in this function) encode_lavc.c:1233: error: (Each undeclared identifier is reported only once encode_lavc.c:1233: error: for each function it appears in.) encode_lavc.c:1237: error: 'CODEC_FLAG_TRELLIS_QUANT' undeclared (first use in this function) make[2]: *** [encode_lavc_la-encode_lavc.lo] Erreur 1 make[2]: *** Attente des tâches non terminées.... gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_REENTRANT - DMOD_PATH=\"/usr/local/lib/transcode\" -I.. -I../src -I/usr/include -O3 - march=opteron -MT encode_lame_la-encode_lame.lo -MD -MP -MF .deps/encode_lame_la-encode_lame.Tpo -c encode_lame.c -fPIC -DPIC -o .libs/encode_lame_la-encode_lame.o 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 Anyone has an idea if that's something that can be easily fixed? Best regards