mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
gst-uninstalled: Extend environment variables to allow using an uninstalled gstreamer-sharp
This commit is contained in:
parent
7c6d555848
commit
fe83b6fa66
1 changed files with 7 additions and 0 deletions
|
@ -51,6 +51,7 @@ $GST/gstreamer/tools:\
|
|||
$GST/gst-plugins-base/tools:\
|
||||
$GST/gst-player/src:\
|
||||
$GST/gst-editor/src:\
|
||||
$GST/gstreamer-sharp/tools:\
|
||||
$GST/prefix/bin:\
|
||||
$PATH"
|
||||
|
||||
|
@ -94,6 +95,7 @@ $GST/prefix/lib/pkgconfig\
|
|||
:$GST/gst-plugins-good/pkgconfig\
|
||||
:$GST/gst-python/pkgconfig\
|
||||
:$GST/gst-rtsp-server/pkgconfig\
|
||||
:$GST/gstreamer-sharp/pkgconfig\
|
||||
${PKG_CONFIG_PATH:+:$PKG_CONFIG_PATH}"
|
||||
|
||||
export GST_PLUGIN_PATH="\
|
||||
|
@ -142,6 +144,11 @@ export DYLD_LIBRARY_PATH=$GST/totem-pl-parser/plparse/.libs:$DYLD_LIBRARY_PATH
|
|||
# totem
|
||||
export PATH=$GST/totem/src:$PATH
|
||||
|
||||
# gstreamer-sharp
|
||||
export MONO_PATH=$GST/gstreamer-sharp/gstreamer-sharp:$MONO_PATH
|
||||
export LD_LIBRARY_PATH=$GST/gstreamer-sharp/gstreamer-sharp/glue/.libs:$LD_LIBRARY_PATH
|
||||
export DYLD_LIBRARY_PATH=$GST/gstreamer-sharp/gstreamer-sharp/glue/.libs:$DYLD_LIBRARY_PATH
|
||||
|
||||
# if we got a command, run it, else start a shell
|
||||
if test ! -z "$1";
|
||||
then
|
||||
|
|
Loading…
Reference in a new issue