From: Stefan Sauer Date: Mon, 28 Sep 2015 14:45:47 +0000 (+0200) Subject: tests: fix the manual tests by setting the right env-vars X-Git-Tag: 1.10.4~762 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3037172f48228617200dc4a297fb23a8e987087e;p=platform%2Fupstream%2Fgstreamer.git tests: fix the manual tests by setting the right env-vars --- diff --git a/tests/examples/manual/Makefile.am b/tests/examples/manual/Makefile.am index 0e4da6b..42ae9e5 100644 --- a/tests/examples/manual/Makefile.am +++ b/tests/examples/manual/Makefile.am @@ -14,9 +14,9 @@ REGISTRY_ENVIRONMENT = \ AM_TESTS_ENVIRONMENT = \ $(REGISTRY_ENVIRONMENT) \ - GST_PLUGIN_SCANNER=$(top_builddir)/libs/gst/helpers/gst-plugin-scanner \ - GST_PLUGIN_SYSTEM_PATH= \ - GST_PLUGIN_PATH=$(top_builddir)/plugins + GST_PLUGIN_SCANNER_1_0=$(top_builddir)/libs/gst/helpers/gst-plugin-scanner \ + GST_PLUGIN_SYSTEM_PATH_1_0= \ + GST_PLUGIN_PATH_1_0=$(top_builddir)/plugins EXTRA_DIST = extract.pl