mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
65f0bd8f69
Original commit message from CVS: fix for autoplug removal
18 lines
339 B
Makefile
18 lines
339 B
Makefile
if USE_ALSA
|
|
ALSA_DIR=alsa
|
|
else
|
|
ALSA_DIR=
|
|
endif
|
|
|
|
SUBDIRS=spider $(ALSA_DIR) #seeking
|
|
DIST_SUBDIRS=spider alsa
|
|
|
|
GST_PLUGIN_PATH=$(shell cd $(top_builddir) && pwd)
|
|
|
|
#$(TESTS):
|
|
# @echo -e '\nrunning gst-register...\n'
|
|
# $(GST_TOOLS_DIR)/gst-register --gst-plugin-path=$(GST_PLUGIN_PATH)
|
|
|
|
#TESTS=$(GST_TOOLS_DIR)/gst-compprep
|
|
|
|
.PHONY: $(TESTS)
|