summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorThibault Saunier <thibault.saunier@collabora.com>2014-02-20 18:47:42 +0100
committerThibault Saunier <thibault.saunier@collabora.com>2014-02-20 18:51:09 +0100
commit2828018aa232d0622c7f6bb8d2e20df1e3a53d90 (patch)
tree4fe08153bc94e5317753786ea767894e74f90155 /scripts
parent5737f4f367d2ae748cd231978b357ff02adbb1a1 (diff)
gst-uninstalled: Add paths to gst-devtools/validate
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/gst-uninstalled5
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/gst-uninstalled b/scripts/gst-uninstalled
index b943cfee2..07d89383c 100755
--- a/scripts/gst-uninstalled
+++ b/scripts/gst-uninstalled
@@ -214,6 +214,11 @@ export PATH=$GST/insanity/bin:$PATH
export PKG_CONFIG_PATH=$GST/insanity/lib:$GST/insanity-gst/lib:$PKG_CONFIG_PATH
export GI_TYPELIB_PATH=$GST/insanity/lib/insanity:$GST/insanity-gst/lib/insanity-gst:$GI_TYPELIB_PATH
+# gst-devtools/validate
+export PATH=$GST/gst-devtools/validate/tools:$PATH
+export PKG_CONFIG_PATH=$GST/gst-devtools/validate/pkgconfig:$PKG_CONFIG_PATH
+export GST_VALIDATE_SCENARIOS_PATH=$GST/gst-devtools/validate/data:$GST_VALIDATE_SCENARIOS_PATH
+
if [ -d "$GST/gst-libav" -a -d "$GST/gst-ffmpeg" ]; then
echo
echo "====================================================================="