gst-uninstalled: add uridownloader lib in -bad to search paths

Even if it might not be around for long.
This commit is contained in:
Tim-Philipp Müller 2013-06-12 09:45:56 +01:00
parent ff47fe72ab
commit a2b8167b87

View file

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