mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-16 21:36:35 +00:00
gst-uninstalled: Add all the base/bad libraries and remove obsolete ones
This commit is contained in:
parent
f40aa2c4ad
commit
814bdde113
1 changed files with 3 additions and 3 deletions
|
@ -85,7 +85,7 @@ PATH=$GST/gst-editing-services/tools:$PATH
|
|||
|
||||
|
||||
# GStreamer plugins base libraries
|
||||
for path in allocators app audio cdda fft interfaces pbutils netbuffer riff rtp rtsp sdp tag utils video
|
||||
for path in allocators app audio fft pbutils riff rtp rtsp sdp tag utils video
|
||||
do
|
||||
LD_LIBRARY_PATH=$GST/gst-plugins-base/gst-libs/gst/$path/.libs:$LD_LIBRARY_PATH
|
||||
DYLD_LIBRARY_PATH=$GST/gst-plugins-base/gst-libs/gst/$path/.libs:$DYLD_LIBRARY_PATH
|
||||
|
@ -93,7 +93,7 @@ do
|
|||
done
|
||||
|
||||
# GStreamer plugins bad libraries
|
||||
for path in basecamerabinsrc codecparsers interfaces
|
||||
for path in basecamerabinsrc codecparsers 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
|
||||
|
@ -101,7 +101,7 @@ do
|
|||
done
|
||||
|
||||
# GStreamer core libraries
|
||||
for path in base net check controller
|
||||
for path in base check controller net
|
||||
do
|
||||
LD_LIBRARY_PATH=$GST/gstreamer/libs/gst/$path/.libs:$LD_LIBRARY_PATH
|
||||
DYLD_LIBRARY_PATH=$GST/gstreamer/libs/gst/$path/.libs:$DYLD_LIBRARY_PATH
|
||||
|
|
Loading…
Reference in a new issue