transcode svn fails with libx264.so.54encode_x264.c:237: error: 'struct <anonymous>' 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 going to need some test to see what x264 lib the user has.
<sigh> sean
