mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
gst-uninstalled: Also export LD_LIBRARY_PATH for gst-plugins-gl
This commit is contained in:
parent
49b23058b7
commit
4813000b4d
1 changed files with 1 additions and 0 deletions
|
@ -89,6 +89,7 @@ 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 base libraries
|
||||
|
|
Loading…
Reference in a new issue