mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
gst-uninstalled: export gst-plugins-gl DYLD_LIBRARY_PATH
https://bugzilla.gnome.org/show_bug.cgi?id=711488
This commit is contained in:
parent
959e87cf2a
commit
49b23058b7
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue