2003-03-03 23:15:21 +00:00
|
|
|
if USE_ALSA
|
|
|
|
ALSA_DIR=alsa
|
|
|
|
else
|
|
|
|
ALSA_DIR=
|
|
|
|
endif
|
|
|
|
|
2005-05-05 15:06:40 +00:00
|
|
|
# if HAVE_GTK
|
|
|
|
# EMBED_DIR=embed
|
|
|
|
# else
|
|
|
|
# EMBED_DIR=
|
|
|
|
# endif
|
2005-02-01 18:13:20 +00:00
|
|
|
|
2005-01-09 14:53:59 +00:00
|
|
|
SUBDIRS = \
|
|
|
|
$(ALSA_DIR) #seeking
|
|
|
|
DIST_SUBDIRS = \
|
2005-02-23 12:45:50 +00:00
|
|
|
alsa
|
2002-02-16 17:53:58 +00:00
|
|
|
|
2002-02-16 18:10:34 +00:00
|
|
|
GST_PLUGIN_PATH=$(shell cd $(top_builddir) && pwd)
|
|
|
|
|
2003-10-13 23:29:42 +00:00
|
|
|
#$(TESTS):
|
|
|
|
# @echo -e '\nrunning gst-register...\n'
|
|
|
|
# $(GST_TOOLS_DIR)/gst-register --gst-plugin-path=$(GST_PLUGIN_PATH)
|
2002-02-16 17:53:58 +00:00
|
|
|
|
2003-10-13 23:29:42 +00:00
|
|
|
#TESTS=$(GST_TOOLS_DIR)/gst-compprep
|
2002-02-16 17:53:58 +00:00
|
|
|
|
|
|
|
.PHONY: $(TESTS)
|