mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-16 21:36:35 +00:00
scripts: add new -base allocators library to gst-uninstalled search paths
This commit is contained in:
parent
03e81ca8a2
commit
125eb6886e
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ PATH=$GST/gst-editing-services/tools:$PATH
|
|||
|
||||
|
||||
# GStreamer plugins base libraries
|
||||
for path in app audio cdda fft interfaces pbutils netbuffer riff rtp rtsp sdp tag utils video
|
||||
for path in allocators app audio cdda fft interfaces pbutils netbuffer riff rtp rtsp sdp tag utils video
|
||||
do
|
||||
LD_LIBRARY_PATH=$GST/gst-plugins-base/gst-libs/gst/$path/.libs:$LD_LIBRARY_PATH
|
||||
DYLD_LIBRARY_PATH=$GST/gst-plugins-base/gst-libs/gst/$path/.libs:$DYLD_LIBRARY_PATH
|
||||
|
|
Loading…
Reference in a new issue