gst-uninstalled: add video and base library paths from -bad
authorMatthieu Bouron <matthieu.bouron@collabora.com>
Sat, 5 Jul 2014 15:24:18 +0000 (16:24 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 5 Jul 2014 23:18:40 +0000 (00:18 +0100)
https://bugzilla.gnome.org/show_bug.cgi?id=732770

scripts/gst-uninstalled

index 7a60bac..361af45 100755 (executable)
@@ -101,7 +101,7 @@ do
 done
 
 # GStreamer plugins bad libraries
-for path in basecamerabinsrc codecparsers uridownloader egl gl insertbin interfaces mpegts
+for path in 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