gst-uninstalled: add webrtc to libraries
authorMatthew Waters <matthew@centricular.com>
Wed, 18 Oct 2017 10:24:19 +0000 (21:24 +1100)
committerMatthew Waters <matthew@centricular.com>
Thu, 1 Feb 2018 12:27:47 +0000 (23:27 +1100)
scripts/gst-uninstalled

index 72227d3..2108c3c 100755 (executable)
@@ -101,7 +101,7 @@ do
 done
 
 # GStreamer plugins bad libraries
-for path in adaptivedemux audio basecamerabinsrc codecparsers insertbin interfaces mpegts opencv player uridownloader video wayland
+for path in adaptivedemux audio basecamerabinsrc codecparsers insertbin interfaces mpegts opencv player uridownloader video wayland webrtc
 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