mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-06 23:48:53 +00:00
gst-uninstalled: add webrtc to libraries
This commit is contained in:
parent
8451a2ab04
commit
d9ed750fbd
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ do
|
||||||
done
|
done
|
||||||
|
|
||||||
# GStreamer plugins bad libraries
|
# GStreamer plugins bad libraries
|
||||||
for path in adaptivedemux audio basecamerabinsrc codecparsers insertbin interfaces mpegts opencv player uridownloader video wayland
|
for path in adaptivedemux audio basecamerabinsrc codecparsers insertbin interfaces mpegts opencv player uridownloader video wayland webrtc
|
||||||
do
|
do
|
||||||
LD_LIBRARY_PATH=$GST/gst-plugins-bad/gst-libs/gst/$path/.libs:$LD_LIBRARY_PATH
|
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
|
DYLD_LIBRARY_PATH=$GST/gst-plugins-bad/gst-libs/gst/$path/.libs:$DYLD_LIBRARY_PATH
|
||||||
|
|
Loading…
Reference in a new issue