Closed
Bug 971609
Opened 11 years ago
Closed 11 years ago
--disable-gstreamer broken
Categories
(Core :: Audio/Video, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 806917
People
(Reporter: octoploid, Unassigned)
References
Details
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:30.0) Gecko/20100101 Firefox/30.0 (Beta/Release)
Build ID: 20140209161857
Steps to reproduce:
Try to build with "ac_add_options --disable-gstreamer" in .mozconfig
Actual results:
checking for gstreamer-no >= 0.10.25
gstreamer-app-no
gstreamer-plugins-base-no... configure: error: gstreamer and gstreamer-plugins-base development packages are needed to build gstreamer backend. Install
them or disable gstreamer support with --disable-gstreamer
------ config.log ------
configure:18460: checking for gtk+-2.0 >= 2.14
configure:18467: checking _GTKCHECK_CFLAGS
configure:18472: checking _GTKCHECK_LIBS
configure:18551: checking for gio-2.0 >= 2.20
configure:18558: checking MOZ_GIO_CFLAGS
configure:18563: checking MOZ_GIO_LIBS
configure:18679: checking for gconf-2.0 >= 1.2.1 gobject-2.0
configure:18686: checking MOZ_GCONF_CFLAGS
configure:18691: checking MOZ_GCONF_LIBS
configure:19080: checking for dbus-1 >= 0.60
configure:19087: checking MOZ_DBUS_CFLAGS
configure:19092: checking MOZ_DBUS_LIBS
configure:19171: checking for dbus-glib-1 >= 0.60
configure:19178: checking MOZ_DBUS_GLIB_CFLAGS
configure:19183: checking MOZ_DBUS_GLIB_LIBS
configure:19454: gcc -O3 -c -march=native -std=gnu99 -fgnu89-inline -fno-strict-aliasing -fno-math-errno -pthread conftest.c 1>&5
configure:19646: checking __attribute__ ((aligned ())) support
configure:19663: gcc -O3 -c -march=native -std=gnu99 -fgnu89-inline -fno-strict-aliasing -fno-math-errno -pthread -Werror conftest.c 1>&5
configure:20382: checking for alsa
configure:20389: checking MOZ_ALSA_CFLAGS
configure:20394: checking MOZ_ALSA_LIBS
configure:20638: checking for gstreamer-no >= 0.10.25
gstreamer-app-no
gstreamer-plugins-base-no
configure: error: gstreamer and gstreamer-plugins-base development packages are needed to build gstreamer backend. Install them or disable gstreamer support with --disable-g$
treamer
*** Fix above errors and then restart with\
"make -f client.mk build"
/var/tmp/mozilla-central/client.mk:361: recipe for target 'configure' failed
Expected results:
Bug introduced by:
commit d89db4179dcabcbe646f306d11b8b9a55142636e
Author: Alessandro Decina <alessandro.d@gmail.com>
Date: Tue Feb 11 09:22:45 2014 -0500
Bug 806917 - Add support for GStreamer 1.0. r=edwin, r=gps
Comment 1•11 years ago
|
||
There's a followup patch that fixes this, awaiting review, on the regressing bug. (attachment 8374293 [details] [diff] [review])
Status: UNCONFIRMED → NEW
Component: Untriaged → Video/Audio
Ever confirmed: true
Product: Firefox → Core
Version: 30 Branch → Trunk
Comment 2•11 years ago
|
||
Duping over to bug 806917, since the followup-patch there to address this has now been reviewed and landed on inbound (and should be making it onto mozilla-central in a day or so).
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•