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 627753 - [regression, build] gstx264enc.c:597:29: error: 'struct <anonymous>' has no member named 'i_weighted_pred'
[regression, build] gstx264enc.c:597:29: error: 'struct <anonymous>' has no m...
Status: RESOLVED DUPLICATE of bug 619776
Product: GStreamer
Classification: Platform
Component: gst-plugins-ugly
0.10.x
Other Linux
: Normal blocker
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-08-23 18:22 UTC by David Ronis
Modified: 2010-08-23 19:10 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description David Ronis 2010-08-23 18:22:00 UTC
I'm trying to rebuild 0.10.15 as part of a gnome-2.31.90, garnome build.  The build dies with:

make -C x264
make[4]: Entering directory `/home/ronis/Project/notar/GNOME/garnome/geektoys/gst-plugins-ugly/work/main.d/gst-plugins-ugly-0.10.15/ext/x264'
  CC     libgstx264_la-gstx264enc.lo
gstx264enc.c: In function 'gst_x264_enc_init_encoder':
gstx264enc.c:597:29: error: 'struct <anonymous>' has no member named 'i_weighted_pred'
make[4]: *** [libgstx264_la-gstx264enc.lo] Error 1
m
Comment 1 Sebastian Dröge (slomo) 2010-08-23 19:10:21 UTC
This should be fixed since a long time and with the latest pre-release:


commit 2339add6d5ca87aaeb7ca612f1b2326a8819d26e
Author: Olivier Crête <olivier.crete@collabora.co.uk>
Date:   Mon May 31 16:57:42 2010 -0400

    x264enc: Only set i_weighted_pred on versions where it exists

*** This bug has been marked as a duplicate of bug 619776 ***