Ho provato a seguire queste istruzioni per installare una versione con castrata di ffmpeg.
Le avevo già applicate a Edgy32bit senza problemi.
Ora ci ho riprovato con Feisty64bit (sullo stesso pc).
Il ./configure va a buon fine.
Il make no, da questo risultato:
Codice: Seleziona tutto
/home/feisty/ffmpeg-0.cvs20060823/version.sh "/home/feisty/ffmpeg-0.cvs20060823"
make -C libavutil all
make[1]: Entering directory `/home/feisty/ffmpeg-0.cvs20060823/libavutil'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/feisty/ffmpeg-0.cvs20060823/libavutil'
make -C libavcodec all
make[1]: Entering directory `/home/feisty/ffmpeg-0.cvs20060823/libavcodec'
gcc -DHAVE_AV_CONFIG_H -I.. -I/home/feisty/ffmpeg-0.cvs20060823/libavutil -O3 -pthread -Wdeclaration-after-statement -Wall -Wno-switch -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_ISOC9X_SOURCE -c -o x264.o x264.c
x264.c: In function ‘X264_init’:
x264.c:147: error: ‘struct <anonymous>’ has no member named ‘i_rf_constant’
make[1]: *** [x264.o] Error 1
make[1]: Leaving directory `/home/feisty/ffmpeg-0.cvs20060823/libavcodec'
make: *** [lib] Error 2
