docs/faq/gst-uninstalled: Add libgstapp-0.10 from -base to search path and remove...
authorTim-Philipp Müller <tim@centricular.net>
Tue, 6 Jan 2009 13:00:11 +0000 (13:00 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Tue, 6 Jan 2009 13:00:11 +0000 (13:00 +0000)
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
docs/faq/gst-uninstalled

index 767c876..b1d01e3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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),
index 3f195b6..b381155 100755 (executable)
@@ -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