mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +00:00
gst-uninstalled: add new -bad mpegts lib
And remove signalprocessor/video libs from -bad which have gone away or were merged into -base.
This commit is contained in:
parent
bbb26f8756
commit
4fbd6b6aad
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ do
|
|||
done
|
||||
|
||||
# GStreamer plugins bad libraries
|
||||
for path in basecamerabinsrc codecparsers uridownloader egl insertbin interfaces signalprocessor video
|
||||
for path in basecamerabinsrc codecparsers uridownloader egl insertbin interfaces mpegts
|
||||
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