>encode_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.

     Thanks for the note, I've updated CVS.  (I caught the message on
x264-devel, but I didn't think they'd change the field name for that.
<sigh> Types in field names are almost as bad as mandatory filename
extensions...)

>But while that makes it build for me, you're going to need 
>some test to see what x264  lib the user has.

     I figure that as long as transcode is still in CVS, we can assume
up-to-date versions of other libraries (though a configure check is
probably in order).  Once 1.1.0 is released, then the code will start
getting messy, I imagine.

  --Andrew Church
    [EMAIL PROTECTED]
    http://achurch.org/

Reply via email to