gst-uninstalled: add adaptivedemux paths from -bad

https://bugzilla.gnome.org/show_bug.cgi?id=745122
This commit is contained in:
Matthieu Bouron 2015-02-24 21:58:00 +01:00 committed by Tim-Philipp Müller
parent f54ef68958
commit 62de2e7621

View file

@ -101,7 +101,7 @@ do
done
# GStreamer plugins bad libraries
for path in basecamerabinsrc codecparsers uridownloader egl gl insertbin interfaces mpegts video base
for path in adaptivedemux basecamerabinsrc codecparsers uridownloader egl gl insertbin interfaces mpegts video base
do
LD_LIBRARY_PATH=$GST/gst-plugins-bad/gst-libs/gst/$path/.libs:$LD_LIBRARY_PATH
DYLD_LIBRARY_PATH=$GST/gst-plugins-bad/gst-libs/gst/$path/.libs:$DYLD_LIBRARY_PATH