diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2014-04-01 15:35:24 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2014-04-01 15:35:24 +0100 |
commit | 57d24d017c39660a24c06c4d928449d42e4058de (patch) | |
tree | 0236df663db4652c0fcba47dde8414971ceef02b /scripts | |
parent | 04a204cd4c8473c5f952ac38f0187c08dd59821b (diff) |
scripts: gst-uninstalled: gst-plugins-gl libs got merged into -bad
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/gst-uninstalled | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/scripts/gst-uninstalled b/scripts/gst-uninstalled index a2cedc068..7a60bacb5 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\ |