After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 601466 - Problem compiling gst-plugins-ugly 0.10.13
Problem compiling gst-plugins-ugly 0.10.13
Status: RESOLVED DUPLICATE of bug 599095
Product: GStreamer
Classification: Platform
Component: gst-plugins-ugly
0.10.13
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-11-10 23:45 UTC by Pierre
Modified: 2009-11-11 00:00 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Pierre 2009-11-10 23:45:55 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
Comment 1 Jan Schmidt 2009-11-11 00:00:56 UTC
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 ***