gst-uninstalled: add new -bad libraries audio, player and wayland to paths
authorTim-Philipp Müller <tim@centricular.com>
Sat, 13 Feb 2016 10:04:42 +0000 (10:04 +0000)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 13 Feb 2016 10:04:42 +0000 (10:04 +0000)
And remove egl which no longer exists.

scripts/gst-uninstalled

index e831ec7..ca7be1d 100755 (executable)
@@ -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