mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-09 13:30:06 -05:00
Set GStreamer plugins path in uninstalled env
This commit is contained in:
parent
795b352cba
commit
0b2eec9f16
1 changed files with 1 additions and 0 deletions
|
|
@ -32,6 +32,7 @@ export PIPEWIRE_CONFIG_FILE="${BUILDDIR}/src/daemon/pipewire.conf"
|
||||||
export SPA_PLUGIN_DIR="${BUILDDIR}/spa/plugins"
|
export SPA_PLUGIN_DIR="${BUILDDIR}/spa/plugins"
|
||||||
export PIPEWIRE_MODULE_DIR="${BUILDDIR}/src/modules"
|
export PIPEWIRE_MODULE_DIR="${BUILDDIR}/src/modules"
|
||||||
export PATH="${BUILDDIR}/src/daemon:${PATH}"
|
export PATH="${BUILDDIR}/src/daemon:${PATH}"
|
||||||
|
export GST_PLUGIN_PATH="${BUILDDIR}/src/gst/:${GST_PLUGIN_PATH}"
|
||||||
|
|
||||||
# FIXME: find a nice, shell-neutral way to specify a prompt
|
# FIXME: find a nice, shell-neutral way to specify a prompt
|
||||||
${SHELL}
|
${SHELL}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue