From 57d24d017c39660a24c06c4d928449d42e4058de Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Tue, 1 Apr 2014 15:35:24 +0100 Subject: [PATCH] scripts: gst-uninstalled: gst-plugins-gl libs got merged into -bad --- scripts/gst-uninstalled | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/scripts/gst-uninstalled b/scripts/gst-uninstalled index a2cedc0..7a60bac 100755 --- a/scripts/gst-uninstalled +++ b/scripts/gst-uninstalled @@ -88,10 +88,6 @@ DYLD_LIBRARY_PATH=$GST/gst-editing-services/ges/.libs:$DYLD_LIBRARY_PATH GI_TYPELIB_PATH=$GST/gst-editing-services/ges:$GI_TYPELIB_PATH PATH=$GST/gst-editing-services/tools:$PATH -# GStreamer plugins gl libraries -LD_LIBRARY_PATH=$GST/gst-plugins-gl/gst-libs/gst/gl/.libs:$LD_LIBRARY_PATH -DYLD_LIBRARY_PATH=$GST/gst-plugins-gl/gst-libs/gst/gl/.libs:$DYLD_LIBRARY_PATH - # GStreamer plugins vaapi libraries 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 @@ -105,7 +101,7 @@ do done # GStreamer plugins bad libraries -for path in basecamerabinsrc codecparsers uridownloader egl insertbin interfaces mpegts +for path in basecamerabinsrc codecparsers uridownloader egl gl insertbin interfaces mpegts 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 @@ -163,7 +159,6 @@ $GST/gstreamer/plugins\ :$GST/gst-ffmpeg/ext/\ :$GST/gnonlin/gnl/.libs\ :$GST/gst-omx/omx/.libs\ -:$GST/gst-plugins-gl/gst/gl/.libs\ :$GST/clutter-gst/clutter-gst/.libs\ :$GST/gstreamer-vaapi/gst/vaapi/.libs\ :$GST/plugins\ -- 2.7.4