>encode_x264.c:237: error: 'struct ' has no member
>named 'i_rf_constant'
>make[2]: *** [encode_x264_la-encode_x264.lo] Error 1
>
>This is because x264 changed the member to fp from integer.
>
>f_rf_constant works.
Thanks for the note, I've updated CVS. (I caught the message on
x264-devel
transcode svn fails with libx264.so.54
encode_x264.c:237: error: 'struct ' has no member
named 'i_rf_constant'
make[2]: *** [encode_x264_la-encode_x264.lo] Error 1
This is because x264 changed the member to fp from integer.
f_rf_constant works.
But while that makes it build for me, you're