gst-uninstalled: add new -bad mpegts lib

And remove signalprocessor/video libs from -bad which have gone
away or were merged into -base.
This commit is contained in:
Tim-Philipp Müller 2013-07-03 09:27:13 +01:00
parent bbb26f8756
commit 4fbd6b6aad

View file

@ -87,7 +87,7 @@ do
done
# GStreamer plugins bad libraries
for path in basecamerabinsrc codecparsers uridownloader egl insertbin interfaces signalprocessor video
for path in basecamerabinsrc codecparsers uridownloader egl insertbin interfaces mpegts
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