mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 15:04:46 +00:00
don't trash previous ones
Original commit message from CVS: don't trash previous ones
This commit is contained in:
parent
a6c11fb9f8
commit
407a666ae5
1 changed files with 2 additions and 2 deletions
|
@ -42,8 +42,8 @@ fi
|
||||||
PATH=$GST/gstreamer/tools:$GST/gst-plugins/tools:$GST/gst-player/src:$GST/gst-editor/src:$GST/prefix/bin:$PATH
|
PATH=$GST/gstreamer/tools:$GST/gst-plugins/tools:$GST/gst-player/src:$GST/gst-editor/src:$GST/prefix/bin:$PATH
|
||||||
# /some/path: makes the dynamic linker look in . too, so avoid this
|
# /some/path: makes the dynamic linker look in . too, so avoid this
|
||||||
export LD_LIBRARY_PATH=$GST/prefix/lib${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}
|
export LD_LIBRARY_PATH=$GST/prefix/lib${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}
|
||||||
export PKG_CONFIG_PATH=$GST/gstreamer/pkgconfig:$GST/gst-plugins/pkgconfig
|
export PKG_CONFIG_PATH=$GST/gstreamer/pkgconfig:$GST/gst-plugins/pkgconfig:$PKG_CONFIG_PATH
|
||||||
export GST_PLUGIN_PATH=$GST/gstreamer:$GST/gst-plugins:$GST/gst-ffmpeg:$GST/gst-monkeysaudio
|
export GST_PLUGIN_PATH=$GST/gstreamer:$GST/gst-plugins:$GST/gst-ffmpeg:$GST/gst-monkeysaudio:$GST_PLUGIN_PATH
|
||||||
export MANPATH=$GST/gstreamer/tools:$GST/prefix/share/man:$MANPATH
|
export MANPATH=$GST/gstreamer/tools:$GST/prefix/share/man:$MANPATH
|
||||||
export PYTHONPATH=$GST/gst-python:$PYTHONPATH
|
export PYTHONPATH=$GST/gst-python:$PYTHONPATH
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue