gst-uninstalled: export gst-plugins-gl DYLD_LIBRARY_PATH
authorMatthieu Bouron <matthieu.bouron@collabora.com>
Tue, 5 Nov 2013 12:22:51 +0000 (12:22 +0000)
committerSebastian Dröge <sebastian@centricular.com>
Mon, 11 Nov 2013 15:50:42 +0000 (16:50 +0100)
https://bugzilla.gnome.org/show_bug.cgi?id=711488

scripts/gst-uninstalled

index 633dff8..47bdcfa 100755 (executable)
@@ -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