GNOME Bugzilla – Bug 627753
[regression, build] gstx264enc.c:597:29: error: 'struct <anonymous>' has no member named 'i_weighted_pred'
Last modified: 2010-08-23 19:10:21 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
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 ***