mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 06:58:56 +00:00
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:
parent
c6fdd66fa5
commit
5e43ebcda5
2 changed files with 6 additions and 1 deletions
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue