mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-26 02:00:33 +00:00
be less verbose when running --register, and cal it with the proper --gst-plugin-path
Original commit message from CVS: be less verbose when running --register, and cal it with the proper --gst-plugin-path
This commit is contained in:
parent
dfc0a361c7
commit
0b066e9c02
2 changed files with 8 additions and 2 deletions
|
@ -1,8 +1,11 @@
|
||||||
SUBDIRS=
|
SUBDIRS=
|
||||||
DIST_SUBDIRS=
|
DIST_SUBDIRS=
|
||||||
|
|
||||||
|
GST_PLUGIN_PATH=$(shell cd $(top_builddir) && pwd)
|
||||||
|
|
||||||
$(TESTS):
|
$(TESTS):
|
||||||
$(GST_TOOLS_DIR)/gst-register --gst-plugin-path=$(top_builddir)
|
@echo -e '\nrunning gst-register...\n'
|
||||||
|
$(GST_TOOLS_DIR)/gst-register --gst-mask=0 --gst-plugin-path=$(GST_PLUGIN_PATH)
|
||||||
|
|
||||||
TESTS=$(GST_TOOLS_DIR)/gst-compprep
|
TESTS=$(GST_TOOLS_DIR)/gst-compprep
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,11 @@
|
||||||
SUBDIRS=
|
SUBDIRS=
|
||||||
DIST_SUBDIRS=
|
DIST_SUBDIRS=
|
||||||
|
|
||||||
|
GST_PLUGIN_PATH=$(shell cd $(top_builddir) && pwd)
|
||||||
|
|
||||||
$(TESTS):
|
$(TESTS):
|
||||||
$(GST_TOOLS_DIR)/gst-register --gst-plugin-path=$(top_builddir)
|
@echo -e '\nrunning gst-register...\n'
|
||||||
|
$(GST_TOOLS_DIR)/gst-register --gst-mask=0 --gst-plugin-path=$(GST_PLUGIN_PATH)
|
||||||
|
|
||||||
TESTS=$(GST_TOOLS_DIR)/gst-compprep
|
TESTS=$(GST_TOOLS_DIR)/gst-compprep
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue