[Ffmpeg-devel] x264-r592 breaks ffmpeg r6687

Ramiro Polla angustia
Sat Oct 14 06:31:58 CEST 2006


Ramiro Polla wrote:
> Hello,
>
> sean wrote:
>> Today's x264 svn breaks today's ffmpeg:
>>
>> gcc   -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE 
>> -D_ISOC9X_SOURCE -I/usr/src/redhat/BUILD/ffmpeg 
>> -I/usr/src/redhat/BUILD/ffmpeg 
>> -I/usr/src/redhat/BUILD/ffmpeg/libavutil -fPIC -march=k8 -pthread -g 
>> -Wdeclaration-after-statement -Wall -Wno-switch 
>> -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Winline 
>> -O3 -fPIC -DPIC -c -o x264.o x264.c
>> x264.c: In function 'X264_init':
>> x264.c:149: error: 'struct <anonymous>' has no member named 
>> 'i_rf_constant'
>> make[1]: *** [x264.o] Error 1
>>
> Attached is a one-letter patch...
>

Hmmm... Perhaps X264_BUILD should be checked first. Version 54 make it a 
float (f_rf_constant). Before that it was an int (i_rf_constant).




More information about the ffmpeg-devel mailing list