summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2009-01-06 13:00:11 +0000
committerTim-Philipp Müller <tim@centricular.net>2009-01-06 13:00:11 +0000
commit15e2bf52141aefdd458e4363be6b2a4710a4e7dd (patch)
treece534a16c822f52e0c7fda5e8736591b26b8de81
parentb2052bb385e1df2b618692dcb7f3feef84b297a5 (diff)
downloadgstreamer-15e2bf52141aefdd458e4363be6b2a4710a4e7dd.tar.gz
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.
-rw-r--r--ChangeLog6
-rwxr-xr-xdocs/faq/gst-uninstalled9
2 files changed, 7 insertions, 8 deletions
diff --git a/ChangeLog b/ChangeLog
index 767c876109..b1d01e3cf5 100644
--- 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),
diff --git a/docs/faq/gst-uninstalled b/docs/faq/gst-uninstalled
index 3f195b6eb2..b381155234 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