From cc4e849e996d2ee85b656ad28f45d22a3ba7be17 Mon Sep 17 00:00:00 2001 From: Julien Moutte Date: Tue, 20 Nov 2007 11:46:35 +0000 Subject: [PATCH] docs/faq/gst-uninstalled: Add another library to the uninstalled script (sdp). Original commit message from CVS: 2007-11-20 Julien MOUTTE * docs/faq/gst-uninstalled: Add another library to the uninstalled script (sdp). --- ChangeLog | 5 +++++ docs/faq/gst-uninstalled | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 8be9b6b..482f539 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-11-20 Julien MOUTTE + + * docs/faq/gst-uninstalled: Add another library to the uninstalled + script (sdp). + 2007-11-19 Stefan Kost * gst/gstpreset.c: diff --git a/docs/faq/gst-uninstalled b/docs/faq/gst-uninstalled index 4c341b8..647686d 100755 --- a/docs/faq/gst-uninstalled +++ b/docs/faq/gst-uninstalled @@ -45,7 +45,7 @@ PATH=$GST/gstreamer/tools:$GST/gst-plugins/tools:$GST/gst-player/src:$GST/gst-ed LD_LIBRARY_PATH=$GST/prefix/lib${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH} DYLD_LIBRARY_PATH=$GST/prefix/lib${DYLD_LIBRARY_PATH:+:$DYLD_LIBRARY_PATH} -for path in audio cdda interfaces pbutils netbuffer riff rtp rtsp tag utils video +for path in audio cdda 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