From a2b8167b8713f7f9b3d6c295f95df9fbddd82feb Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Wed, 12 Jun 2013 09:45:56 +0100 Subject: [PATCH] gst-uninstalled: add uridownloader lib in -bad to search paths Even if it might not be around for long. --- scripts/gst-uninstalled | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/gst-uninstalled b/scripts/gst-uninstalled index d56189a..04e1196 100755 --- a/scripts/gst-uninstalled +++ b/scripts/gst-uninstalled @@ -87,7 +87,7 @@ do done # GStreamer plugins bad libraries -for path in basecamerabinsrc codecparsers egl insertbin interfaces signalprocessor video +for path in basecamerabinsrc codecparsers uridownloader 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 -- 2.7.4