gst-uninstalled: add opencv to bad libs
authorNicola Murino <nicola.murino@gmail.com>
Fri, 28 Apr 2017 09:57:41 +0000 (11:57 +0200)
committerTim-Philipp Müller <tim@centricular.com>
Fri, 28 Apr 2017 11:20:19 +0000 (12:20 +0100)
https://bugzilla.gnome.org/show_bug.cgi?id=781889

scripts/gst-uninstalled

index 58b1a33..81f83b6 100755 (executable)
@@ -101,7 +101,7 @@ do
 done
 
 # GStreamer plugins bad libraries
-for path in adaptivedemux audio base basecamerabinsrc codecparsers gl insertbin interfaces mpegts player uridownloader video wayland
+for path in adaptivedemux audio base basecamerabinsrc codecparsers gl insertbin interfaces mpegts opencv 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