GNOME Bugzilla – Bug 555238
Recent changes in x264 breaks compilation of x264 plugin.
Last modified: 2008-10-27 17:01:27 UTC
Please describe the problem: gstx264enc.c: In function 'gst_x264_enc_init_encoder': gstx264enc.c:544: error: 'x264_param_t' has no member named 'b_bframe_adaptive' gstx264enc.c:612: warning: zero-length printf format string make[3]: *** [libgstx264_la-gstx264enc.lo] Error 1 make[2]: *** [all-recursive] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 Steps to reproduce: 1. Install x264 from Git 2. get gst-plugins-bad HEAD 3. ./configure --enable-x264 4. make Actual results: make errs out. Expected results: x264 plugin compiles successfully. Does this happen every time? Yes. Other information:
2008-10-27 Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk> * ext/x264/gstx264enc.c: (gst_x264_enc_init_encoder): Adapt to slightly modified x264 API. Fixes #555238.