mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 01:00:37 +00:00
docs/faq/gst-uninstalled: Add libgstapp-0.10 from -base to search path and remove the old lib from -bad from the sear...
Original commit message from CVS: * docs/faq/gst-uninstalled: Add libgstapp-0.10 from -base to search path and remove the old lib from -bad from the search path.
This commit is contained in:
parent
b2052bb385
commit
15e2bf5214
2 changed files with 7 additions and 8 deletions
|
@ -1,3 +1,9 @@
|
|||
2009-01-06 Tim-Philipp Müller <tim.muller at collabora co uk>
|
||||
|
||||
* docs/faq/gst-uninstalled:
|
||||
Add libgstapp-0.10 from -base to search path and remove the old
|
||||
lib from -bad from the search path.
|
||||
|
||||
2009-01-05 Wim Taymans <wim.taymans@collabora.co.uk>
|
||||
|
||||
* libs/gst/base/gstbasesink.c: (gst_base_sink_get_position_last),
|
||||
|
|
|
@ -59,15 +59,8 @@ do
|
|||
DYLD_LIBRARY_PATH=$GST/gst-ffmpeg/gst-libs/ext/ffmpeg/$path:$DYLD_LIBRARY_PATH
|
||||
done
|
||||
|
||||
# GStreamer plugins bad libraries
|
||||
for path in app
|
||||
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
|
||||
done
|
||||
|
||||
# GStreamer plugins base libraries
|
||||
for path in audio cdda fft interfaces pbutils netbuffer riff rtp rtsp sdp tag utils video
|
||||
for path in app audio cdda fft interfaces pbutils netbuffer 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
|
||||
|
|
Loading…
Reference in a new issue