diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2005-09-24 13:34:46 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2005-09-24 13:34:46 +0000 |
commit | 006bdcecb2588652666dbfc7b34211628d2bfbcd (patch) | |
tree | 028f49f5f0103d98dfd7ab9738ac0ad2afb73834 | |
parent | 71b3c1d542b1c8b92a95e35cb9f6644b3fe4b8bd (diff) |
set up plugin paths properly
Original commit message from CVS:
set up plugin paths properly
-rw-r--r-- | check/Makefile.am | 2 | ||||
-rw-r--r-- | tests/check/Makefile.am | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/check/Makefile.am b/check/Makefile.am index 8b9e06fc..7962f685 100644 --- a/check/Makefile.am +++ b/check/Makefile.am @@ -7,7 +7,7 @@ REGISTRY_ENVIRONMENT = \ TESTS_ENVIRONMENT = \ $(REGISTRY_ENVIRONMENT) \ - GST_PLUGIN_PATH_ONLY=yes \ + GST_PLUGIN_SYSTEM_PATH= \ GST_PLUGIN_PATH=$(top_builddir)/gst:$(top_builddir)/ext:$(GST_PLUGINS_DIR) # ths core dumps of some machines have PIDs appended diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am index 8b9e06fc..7962f685 100644 --- a/tests/check/Makefile.am +++ b/tests/check/Makefile.am @@ -7,7 +7,7 @@ REGISTRY_ENVIRONMENT = \ TESTS_ENVIRONMENT = \ $(REGISTRY_ENVIRONMENT) \ - GST_PLUGIN_PATH_ONLY=yes \ + GST_PLUGIN_SYSTEM_PATH= \ GST_PLUGIN_PATH=$(top_builddir)/gst:$(top_builddir)/ext:$(GST_PLUGINS_DIR) # ths core dumps of some machines have PIDs appended |