From 814bdde113b75fc73368bbd88c950ce4cabaa531 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Tue, 5 Mar 2013 11:30:22 +0100 Subject: [PATCH] gst-uninstalled: Add all the base/bad libraries and remove obsolete ones --- scripts/gst-uninstalled | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/gst-uninstalled b/scripts/gst-uninstalled index 6de5263231..26da56fa50 100755 --- a/scripts/gst-uninstalled +++ b/scripts/gst-uninstalled @@ -85,7 +85,7 @@ PATH=$GST/gst-editing-services/tools:$PATH # GStreamer plugins base libraries -for path in allocators app audio cdda fft interfaces pbutils netbuffer riff rtp rtsp sdp tag utils video +for path in allocators app audio fft pbutils 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 @@ -93,7 +93,7 @@ do done # GStreamer plugins bad libraries -for path in basecamerabinsrc codecparsers interfaces +for path in basecamerabinsrc codecparsers egl insertbin interfaces signalprocessor video do LD_LIBRARY_PATH=$GST/gst-plugins-bad/gst-libs/gst/$path/.libs:$LD_LIBRARY_PATH DYLD_LIBRARY_PATH=$GST/gst-plugins-bad/gst-libs/gst/$path/.libs:$DYLD_LIBRARY_PATH @@ -101,7 +101,7 @@ do done # GStreamer core libraries -for path in base net check controller +for path in base check controller net do LD_LIBRARY_PATH=$GST/gstreamer/libs/gst/$path/.libs:$LD_LIBRARY_PATH DYLD_LIBRARY_PATH=$GST/gstreamer/libs/gst/$path/.libs:$DYLD_LIBRARY_PATH