gst-uninstalled: Add all the base/bad libraries and remove obsolete ones

This commit is contained in:
Sebastian Dröge 2013-03-05 11:30:22 +01:00
parent f40aa2c4ad
commit 814bdde113

View file

@ -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