mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-08 16:35:40 +00:00
big mistake
Original commit message from CVS: big mistake
This commit is contained in:
parent
24b89ebfd6
commit
5e58b4bdaa
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
plugindir = $(builddir)/testsuite/plugin/
|
||||
plugindir = $(shell cd $(top_builddir)/testsuite/plugin/ && pwd)
|
||||
|
||||
GST_PLUGIN_PATH=$(shell cd $(top_builddir) && pwd)
|
||||
TESTS_ENVIRONMENT = GST_PLUGIN_PATH=$(GST_PLUGIN_PATH) GST_REGISTRY=$(GST_PLUGIN_PATH)/testsuite/test-registry.xml
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
plugindir = $(builddir)/testsuite/plugin/
|
||||
plugindir = $(shell cd $(top_builddir)/testsuite/plugin/ && pwd)
|
||||
|
||||
GST_PLUGIN_PATH=$(shell cd $(top_builddir) && pwd)
|
||||
TESTS_ENVIRONMENT = GST_PLUGIN_PATH=$(GST_PLUGIN_PATH) GST_REGISTRY=$(GST_PLUGIN_PATH)/testsuite/test-registry.xml
|
||||
|
|
Loading…
Reference in a new issue