From 125eb6886e0f6575992abdf445d31f0d3e560ec1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Tue, 19 Feb 2013 12:42:32 +0000 Subject: [PATCH] scripts: add new -base allocators library to gst-uninstalled search paths --- scripts/gst-uninstalled | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/gst-uninstalled b/scripts/gst-uninstalled index 117fb79..0795f4f 100755 --- a/scripts/gst-uninstalled +++ b/scripts/gst-uninstalled @@ -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 -- 2.7.4