docs/faq/gst-uninstalled: Yet another missing library for the uninstalled script...
authorJulien Moutte <julien@moutte.net>
Wed, 21 Nov 2007 09:46:50 +0000 (09:46 +0000)
committerJulien Moutte <julien@moutte.net>
Wed, 21 Nov 2007 09:46:50 +0000 (09:46 +0000)
Original commit message from CVS:
2007-11-21  Julien Moutte  <julien@fluendo.com>

* docs/faq/gst-uninstalled: Yet another missing library for the
uninstalled script (fft)

ChangeLog
docs/faq/gst-uninstalled

index 9666368..5f6dbd7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-11-21  Julien Moutte  <julien@fluendo.com>
+
+       * docs/faq/gst-uninstalled: Yet another missing library for the
+       uninstalled script (fft)
+
 2007-11-21  Jan Schmidt  <jan.schmidt@sun.com>
 
        * docs/faq/developing.xml:
index 647686d..2ff1e9d 100755 (executable)
@@ -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 sdp tag utils video 
+for path in 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