diff options
author | Matthieu Bouron <matthieu.bouron@collabora.com> | 2013-11-05 12:22:51 +0000 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2013-11-11 16:50:42 +0100 |
commit | 49b23058b7ffb00660a8b32530841c2f16e29ddf (patch) | |
tree | b022f07cbd8295498b1d6953e580172e42b3c9b2 /scripts | |
parent | 959e87cf2a5d33f06cab0160f15a13c4229e020c (diff) |
gst-uninstalled: export gst-plugins-gl DYLD_LIBRARY_PATH
https://bugzilla.gnome.org/show_bug.cgi?id=711488
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/gst-uninstalled | 2 |
1 files changed, 2 insertions, 0 deletions
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 |