From 15e2bf52141aefdd458e4363be6b2a4710a4e7dd Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Tue, 6 Jan 2009 13:00:11 +0000 Subject: [PATCH] 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. --- ChangeLog | 6 ++++++ docs/faq/gst-uninstalled | 9 +-------- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/ChangeLog b/ChangeLog index 767c876..b1d01e3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2009-01-06 Tim-Philipp Müller + + * 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 * libs/gst/base/gstbasesink.c: (gst_base_sink_get_position_last), diff --git a/docs/faq/gst-uninstalled b/docs/faq/gst-uninstalled index 3f195b6..b381155 100755 --- a/docs/faq/gst-uninstalled +++ b/docs/faq/gst-uninstalled @@ -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 -- 2.7.4