GNOME Bugzilla – Bug 601466
Problem compiling gst-plugins-ugly 0.10.13
Last modified: 2009-11-11 00:00:56 UTC
# make Making all in gst-libs Making all in gst Making all in gst Making all in asfdemux Making all in dvdlpcmdec Making all in dvdsub Making all in iec958 Making all in mpegaudioparse Making all in mpegstream Making all in realmedia Making all in synaesthesia Making all in ext Making all in a52dec Making all in cdio Making all in dvdread Making all in lame Making all in mad Making all in mpeg2dec Making all in x264 CC gstx264enc.o gstx264enc.c: In function 'gst_x264_enc_init_encoder': gstx264enc.c:585: error: 'x264_param_t' has no member named 'b_bframe_pyramid' make[3]: *** [libgstx264_la-gstx264enc.lo] Error 1 make[2]: *** [all-recursive] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2
This was fixed shortly after the 0.10.13 release, and will be in 0.10.14. In the meantime, you can either apply the patch from the commit below, or disable the x264 plugin. commit 0a36965808ab9095dd68541f589fd71b66c99ca7 Author: Robert Swain <robert.swain@gmail.com> Date: Tue Oct 20 20:00:44 2009 +0100 x264enc: Adapt to slightly modified x264 API Fixes #599095. *** This bug has been marked as a duplicate of bug 599095 ***