[x264-devel] unable to build, x264_param_t' has no member named 'b_sliced_threads'
Enrico Kern
kern at clavain.co.uk
Sat Jan 23 11:47:29 CET 2010
Hello,
i try to build the latest x264 (from git clone) on CentOS 5.4 (64bit,
gcc 4.1.2) with the configure options "--disable-asm --enable-shared"
but im unable todo so, i get the following error:
common/macroblock.c: In function 'x264_macroblock_load_pic_pointers':
common/macroblock.c:903: error: 'x264_param_t' has no member named
'b_sliced_threads'
make: *** [common/macroblock.o] Error 1
if i remove --enable-shared from the configure options and try to build
again i receive:
x264.c: In function 'Parse':
x264.c:1005: error: 'x264_param_t' has no member named 'b_sliced_threads'
x264.c:1156: error: 'x264_param_t' has no member named 'b_vfr_input'
x264.c:1269: error: 'x264_param_t' has no member named 'b_vfr_input'
x264.c:1290: error: 'x264_param_t' has no member named 'b_vfr_input'
x264.c:1303: error: 'x264_param_t' has no member named 'b_vfr_input'
x264.c:1305: error: 'x264_param_t' has no member named 'i_timebase_num'
x264.c:1306: error: 'x264_param_t' has no member named 'i_timebase_den'
x264.c:1310: error: 'x264_param_t' has no member named 'i_timebase_den'
x264.c:1311: error: 'x264_param_t' has no member named 'i_timebase_num'
x264.c: In function 'Print_status':
x264.c:1426: error: 'x264_param_t' has no member named 'i_timebase_num'
x264.c:1426: error: 'x264_param_t' has no member named 'i_timebase_den'
x264.c: In function 'Encode':
x264.c:1477: warning: implicit declaration of function
'x264_encoder_parameters'
x264.c:1496: error: 'x264_param_t' has no member named 'i_timebase_den'
x264.c:1496: error: 'x264_param_t' has no member named 'i_timebase_num'
x264.c:1525: error: 'x264_param_t' has no member named 'b_vfr_input'
x264.c:1587: error: 'x264_param_t' has no member named 'i_timebase_num'
x264.c:1587: error: 'x264_param_t' has no member named 'i_timebase_den'
I also tried some of the daily snapshots from jan 2010, but apparently
all of them seem to have that problem. Anyone got a idea? The builds i
did in november were fine :(
Thanks in Advance,
Enrico
More information about the x264-devel
mailing list