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

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)
This commit is contained in:
Julien Moutte 2007-11-21 09:46:50 +00:00
parent c6fdd66fa5
commit 5e43ebcda5
2 changed files with 6 additions and 1 deletions

View file

@ -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:

View file

@ -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