gst-uninstalled: update for gl lib move from bad to base
authorTim-Philipp Müller <tim@centricular.com>
Sun, 10 Dec 2017 22:50:05 +0000 (22:50 +0000)
committerTim-Philipp Müller <tim@centricular.com>
Tue, 19 Dec 2017 12:02:47 +0000 (12:02 +0000)
scripts/gst-uninstalled

index 81f83b6..72227d3 100755 (executable)
@@ -93,7 +93,7 @@ LD_LIBRARY_PATH=$GST/gstreamer-vaapi/gst-libs/gst/vaapi/.libs:$LD_LIBRARY_PATH
 DYLD_LIBRARY_PATH=$GST/gstreamer-vaapi/gst-libs/gst/vaapi/.libs:$DYLD_LIBRARY_PATH
 
 # GStreamer plugins base libraries
-for path in allocators app audio fft pbutils riff rtp rtsp sdp tag utils video
+for path in allocators app audio fft gl pbutils riff rtp rtsp sdp tag utils video
 do
   LD_LIBRARY_PATH=$GST/gst-plugins-base/gst-libs/gst/$path/.libs:$LD_LIBRARY_PATH
   DYLD_LIBRARY_PATH=$GST/gst-plugins-base/gst-libs/gst/$path/.libs:$DYLD_LIBRARY_PATH
@@ -101,7 +101,7 @@ do
 done
 
 # GStreamer plugins bad libraries
-for path in adaptivedemux audio base basecamerabinsrc codecparsers gl insertbin interfaces mpegts opencv player uridownloader video wayland
+for path in adaptivedemux audio basecamerabinsrc codecparsers 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