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 620233 - x264 is automatically selected on the presence of the files on the system; but fails to build
x264 is automatically selected on the presence of the files on the system; bu...
Status: RESOLVED DUPLICATE of bug 619776
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
0.10.15
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-06-01 09:12 UTC by Marc Leeman
Modified: 2010-06-01 09:16 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Marc Leeman 2010-06-01 09:12:28 UTC
On a system where x264 is installed; it is selected to be built. However; the built fails due to a header file struct change.

Version check seems to incomplete.

See http://bugs.debian.org/584094

/bin/sh ../../libtool --silent --tag=CC --tag=disable-static  --mode=compile cc -DHAVE_CONFIG_H -I. -I../..    -pthread -I/usr/include/gstreamer-0.10 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2   -I../../gst-libs -I../../gst-libs -pthread -I/usr/include/gstreamer-0.10 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2   -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -Wwrite-strings -Wformat-nonliteral -Wformat-security -Wold-style-definition -Winit-self -Wmissing-include-dirs -Waddress -Waggregate-return -Wno-multichar -Wnested-externs   -g    -g -O2 -g -Wall -O2 -Wno-error -g -O2 -g -Wall -O2 -Wno-error -c -o libgstx264_la-gstx264enc.lo `test -f 'gstx264enc.c' || echo './'`gstx264enc.c
gstx264enc.c: In function ‘gst_x264_enc_init_encoder’:
gstx264enc.c:597: error: ‘struct <anonymous>’ has no member named ‘i_weighted_pred’
make[4]: *** [libgstx264_la-gstx264enc.lo] Error 1
make[4]: Leaving directory `/users/firmware/mleeman/squeeze/gstreamer-20100531/debian-src/gst-plugins-ugly0.10-0.10.15/ext/x264'
Comment 1 Sebastian Dröge (slomo) 2010-06-01 09:16:57 UTC
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find.

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