mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 04:31:06 +00:00
remove gst-register
Original commit message from CVS: remove gst-register
This commit is contained in:
parent
891fb4943a
commit
f37a15741a
2 changed files with 8 additions and 14 deletions
|
@ -8,7 +8,7 @@ REGISTRY_ENVIRONMENT = \
|
||||||
TESTS_ENVIRONMENT = \
|
TESTS_ENVIRONMENT = \
|
||||||
CK_DEFAULT_TIMEOUT=20 \
|
CK_DEFAULT_TIMEOUT=20 \
|
||||||
$(REGISTRY_ENVIRONMENT) \
|
$(REGISTRY_ENVIRONMENT) \
|
||||||
GST_PLUGIN_PATH_ONLY=yes \
|
GST_PLUGIN_PATH_SYSTEM= \
|
||||||
GST_PLUGIN_PATH=$(top_builddir)/gst:$(top_builddir)/ext:$(GST_PLUGINS_DIR)
|
GST_PLUGIN_PATH=$(top_builddir)/gst:$(top_builddir)/ext:$(GST_PLUGINS_DIR)
|
||||||
|
|
||||||
# ths core dumps of some machines have PIDs appended
|
# ths core dumps of some machines have PIDs appended
|
||||||
|
@ -17,11 +17,9 @@ CLEANFILES = core.* test-registry.xml
|
||||||
clean-local: clean-local-check
|
clean-local: clean-local-check
|
||||||
|
|
||||||
$(CHECK_REGISTRY):
|
$(CHECK_REGISTRY):
|
||||||
$(TESTS_ENVIRONMENT) \
|
$(TESTS_ENVIRONMENT)
|
||||||
$(GST_TOOLS_DIR)/gst-register-@GST_MAJORMINOR@
|
|
||||||
|
|
||||||
TESTS = $(GST_TOOLS_DIR)/gst-register-@GST_MAJORMINOR@ \
|
TESTS = $(check_PROGRAMS)
|
||||||
$(check_PROGRAMS)
|
|
||||||
|
|
||||||
if USE_VORBIS
|
if USE_VORBIS
|
||||||
check_vorbis = elements/vorbisdec
|
check_vorbis = elements/vorbisdec
|
||||||
|
@ -45,7 +43,6 @@ AM_CFLAGS = $(GST_OBJ_CFLAGS) $(GST_CHECK_CFLAGS) $(CHECK_CFLAGS)
|
||||||
LDADD = $(GST_OBJ_LIBS) $(GST_CHECK_LIBS) $(CHECK_LIBS)
|
LDADD = $(GST_OBJ_LIBS) $(GST_CHECK_LIBS) $(CHECK_LIBS)
|
||||||
|
|
||||||
# valgrind testing
|
# valgrind testing
|
||||||
VALGRIND_TESTS_DISABLE = \
|
VALGRIND_TESTS_DISABLE =
|
||||||
$(GST_TOOLS_DIR)/gst-register-@GST_MAJORMINOR@
|
|
||||||
|
|
||||||
SUPPRESSIONS = $(top_srcdir)/common/gst.supp
|
SUPPRESSIONS = $(top_srcdir)/common/gst.supp
|
||||||
|
|
|
@ -8,7 +8,7 @@ REGISTRY_ENVIRONMENT = \
|
||||||
TESTS_ENVIRONMENT = \
|
TESTS_ENVIRONMENT = \
|
||||||
CK_DEFAULT_TIMEOUT=20 \
|
CK_DEFAULT_TIMEOUT=20 \
|
||||||
$(REGISTRY_ENVIRONMENT) \
|
$(REGISTRY_ENVIRONMENT) \
|
||||||
GST_PLUGIN_PATH_ONLY=yes \
|
GST_PLUGIN_PATH_SYSTEM= \
|
||||||
GST_PLUGIN_PATH=$(top_builddir)/gst:$(top_builddir)/ext:$(GST_PLUGINS_DIR)
|
GST_PLUGIN_PATH=$(top_builddir)/gst:$(top_builddir)/ext:$(GST_PLUGINS_DIR)
|
||||||
|
|
||||||
# ths core dumps of some machines have PIDs appended
|
# ths core dumps of some machines have PIDs appended
|
||||||
|
@ -17,11 +17,9 @@ CLEANFILES = core.* test-registry.xml
|
||||||
clean-local: clean-local-check
|
clean-local: clean-local-check
|
||||||
|
|
||||||
$(CHECK_REGISTRY):
|
$(CHECK_REGISTRY):
|
||||||
$(TESTS_ENVIRONMENT) \
|
$(TESTS_ENVIRONMENT)
|
||||||
$(GST_TOOLS_DIR)/gst-register-@GST_MAJORMINOR@
|
|
||||||
|
|
||||||
TESTS = $(GST_TOOLS_DIR)/gst-register-@GST_MAJORMINOR@ \
|
TESTS = $(check_PROGRAMS)
|
||||||
$(check_PROGRAMS)
|
|
||||||
|
|
||||||
if USE_VORBIS
|
if USE_VORBIS
|
||||||
check_vorbis = elements/vorbisdec
|
check_vorbis = elements/vorbisdec
|
||||||
|
@ -45,7 +43,6 @@ AM_CFLAGS = $(GST_OBJ_CFLAGS) $(GST_CHECK_CFLAGS) $(CHECK_CFLAGS)
|
||||||
LDADD = $(GST_OBJ_LIBS) $(GST_CHECK_LIBS) $(CHECK_LIBS)
|
LDADD = $(GST_OBJ_LIBS) $(GST_CHECK_LIBS) $(CHECK_LIBS)
|
||||||
|
|
||||||
# valgrind testing
|
# valgrind testing
|
||||||
VALGRIND_TESTS_DISABLE = \
|
VALGRIND_TESTS_DISABLE =
|
||||||
$(GST_TOOLS_DIR)/gst-register-@GST_MAJORMINOR@
|
|
||||||
|
|
||||||
SUPPRESSIONS = $(top_srcdir)/common/gst.supp
|
SUPPRESSIONS = $(top_srcdir)/common/gst.supp
|
||||||
|
|
Loading…
Reference in a new issue