gst-uninstalled: add new -bad libraries audio, player and wayland to paths

And remove egl which no longer exists.
This commit is contained in:
Tim-Philipp Müller 2016-02-13 10:04:42 +00:00
parent 86a46ee43b
commit 7ae052e3eb

View file

@ -101,7 +101,7 @@ do
done
# GStreamer plugins bad libraries
for path in adaptivedemux basecamerabinsrc codecparsers uridownloader egl gl insertbin interfaces mpegts video base
for path in adaptivedemux audio base basecamerabinsrc codecparsers gl insertbin interfaces mpegts player uridownloader video wayland
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