mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 08:17:01 +00:00
gst-uninstalled: add new -bad libraries audio, player and wayland to paths
And remove egl which no longer exists.
This commit is contained in:
parent
86a46ee43b
commit
7ae052e3eb
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ do
|
|||
done
|
||||
|
||||
# GStreamer plugins bad libraries
|
||||
for path in adaptivedemux basecamerabinsrc codecparsers uridownloader egl gl insertbin interfaces mpegts video base
|
||||
for path in adaptivedemux audio base basecamerabinsrc codecparsers gl insertbin interfaces mpegts player uridownloader video wayland
|
||||
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