scripts: add new -base allocators library to gst-uninstalled search paths

This commit is contained in:
Tim-Philipp Müller 2013-02-19 12:42:32 +00:00
parent 03e81ca8a2
commit 125eb6886e

View file

@ -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