diff --git a/ChangeLog b/ChangeLog index 8be9b6bfe9..482f53977f 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 4c341b8a7e..647686d757 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