summaryrefslogtreecommitdiff
path: root/pw-uninstalled.sh
diff options
context:
space:
mode:
authorWim Taymans <wtaymans@redhat.com>2020-01-13 16:27:46 +0100
committerWim Taymans <wtaymans@redhat.com>2020-01-13 16:27:46 +0100
commit6c8fd3c29d0b84844fcabbed0b3db7313e143ed5 (patch)
tree2490edce3a2be74d84de1e38b5ee61553586fb76 /pw-uninstalled.sh
parent3dbcc7808c2baff818064c3c42941920819e5f1b (diff)
media-session: instal media session
Install the example media-session Load the media session according to the PATH Include the example directory in the PATH so we can run the media session.
Diffstat (limited to 'pw-uninstalled.sh')
-rwxr-xr-xpw-uninstalled.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/pw-uninstalled.sh b/pw-uninstalled.sh
index af665211..84620aee 100755
--- a/pw-uninstalled.sh
+++ b/pw-uninstalled.sh
@@ -31,7 +31,7 @@ fi
export PIPEWIRE_CONFIG_FILE="${BUILDDIR}/src/daemon/pipewire.conf"
export SPA_PLUGIN_DIR="${BUILDDIR}/spa/plugins"
export PIPEWIRE_MODULE_DIR="${BUILDDIR}/src/modules"
-export PATH="${BUILDDIR}/src/daemon:${BUILDDIR}/src/tools:${PATH}"
+export PATH="${BUILDDIR}/src/daemon:${BUILDDIR}/src/tools:${BUILDDIR}/src/examples:${PATH}"
export LD_LIBRARY_PATH="${BUILDDIR}/pipewire-pulseaudio/src/:${BUILDDIR}/src/pipewire/:${BUILDDIR}/pipewire-jack/src/:${LD_LIBRARY_PATH}"
export GST_PLUGIN_PATH="${BUILDDIR}/src/gst/:${GST_PLUGIN_PATH}"