GNOME Bugzilla – Bug 620233
x264 is automatically selected on the presence of the files on the system; but fails to build
Last modified: 2010-06-01 09:16:57 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'
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 ***