From 6f59c958cae56aa591cbefc3b61242e32489d4af Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Tue, 15 Jan 2013 13:06:28 +0100 Subject: [PATCH] Set $GST_PLUGIN_PATH_1_0 for tests as well jhbuild already sets $GST_PLUGIN_PATH_1_0 which overrides $GST_PLUGIN_PATH. Set both for the tests to see the locally built elements. Fixes 'make check' in jhbuild. --- tests/check/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am index 3d9c5a562a..6a902cda79 100644 --- a/tests/check/Makefile.am +++ b/tests/check/Makefile.am @@ -12,6 +12,7 @@ TESTS_ENVIRONMENT = \ $(REGISTRY_ENVIRONMENT) \ GST_PLUGIN_SYSTEM_PATH= \ GST_PLUGIN_PATH=$(top_builddir)/gst:$(top_builddir)/sys:$(top_builddir)/ext:$(GST_PLUGINS_DIR) \ + GST_PLUGIN_PATH_1_0=$$GST_PLUGIN_PATH \ GST_PLUGIN_LOADING_WHITELIST="gstreamer:gst-plugins-base@$(top_builddir)" \ GST_TAG_LICENSE_TRANSLATIONS_DICT="$(top_srcdir)/gst-libs/gst/tag/license-translations.dict"