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 58b1a3372860e4bbef5b38596e3dd61ae354b6d7..81f83b6c49af32c34f001a9fbbd32711f8310ed8 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