mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-16 05:16:36 +00:00
gst-uninstalled: add uridownloader lib in -bad to search paths
Even if it might not be around for long.
This commit is contained in:
parent
ff47fe72ab
commit
a2b8167b87
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue