From 49b23058b7ffb00660a8b32530841c2f16e29ddf Mon Sep 17 00:00:00 2001 From: Matthieu Bouron Date: Tue, 5 Nov 2013 12:22:51 +0000 Subject: gst-uninstalled: export gst-plugins-gl DYLD_LIBRARY_PATH https://bugzilla.gnome.org/show_bug.cgi?id=711488 --- scripts/gst-uninstalled | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scripts') diff --git a/scripts/gst-uninstalled b/scripts/gst-uninstalled index 633dff8ef..47bdcfa56 100755 --- a/scripts/gst-uninstalled +++ b/scripts/gst-uninstalled @@ -88,6 +88,8 @@ 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 +DYLD_LIBRARY_PATH=$GST/gst-plugins-gl/gst-libs/gst/gl/.libs:$DYLD_LIBRARY_PATH # GStreamer plugins base libraries for path in allocators app audio fft pbutils riff rtp rtsp sdp tag utils video -- cgit v1.2.3