GNOME Bugzilla – Bug 750619
cannot build dash against an uninstalled GStreamer
Last modified: 2015-06-09 10:12:38 UTC
I am trying to build the gst-plugins-bad against an uninstalled GStreamer. My set of commands is: wget http://cgit.freedesktop.org/gstreamer/gstreamer/plain/scripts/create-uninstalled-setup.sh ./create-uninstalled-setup.sh cd ~/gst ./gst-master cd gstreamer ./autogen.sh make cd ../gst-plugins-base ./autogen.sh make cd ../gst-plugins-bad ./autogen.sh make The last make fails with: make[3]: Entering directory `/home/florin/gst/master/gst-plugins-bad/ext/dash' CC libgstdashdemux_la-gstmpdparser.lo CC libgstdashdemux_la-gstdashdemux.lo CC libgstdashdemux_la-gstisoff.lo CC libgstdashdemux_la-gstplugin.lo CCLD libgstdashdemux.la /usr/bin/ld: cannot find -lgsttag-1.0 collect2: ld returned 1 exit status make[3]: *** [libgstdashdemux.la] Error 1
commit 1a15c2e426f14e8a053273dc174950e98d39df1b Author: Sebastian Dröge <sebastian@centricular.com> Date: Tue Jun 9 12:11:54 2015 +0200 dash: Add $(GST_PLUGINS_BASE_LIBS) to LIBADD https://bugzilla.gnome.org/show_bug.cgi?id=750619