[Bug 750619] New: cannot build dash against an uninstalled GStreamer
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Tue Jun 9 03:10:48 PDT 2015
https://bugzilla.gnome.org/show_bug.cgi?id=750619
Bug ID: 750619
Summary: cannot build dash against an uninstalled GStreamer
Classification: Platform
Product: GStreamer
Version: git master
OS: Linux
Status: NEW
Severity: normal
Priority: Normal
Component: gst-plugins-bad
Assignee: gstreamer-bugs at lists.freedesktop.org
Reporter: florin.apostol at oregan.net
QA Contact: gstreamer-bugs at lists.freedesktop.org
GNOME version: ---
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
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list