mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-30 21:51:09 +00:00
66cd4c1006
Original commit message from CVS: remove a whole bunch of plugins. This module now contains a set of free reference plugins/elements as agreed.
28 lines
411 B
Makefile
28 lines
411 B
Makefile
if USE_ALSA
|
|
ALSA_DIR=alsa
|
|
else
|
|
ALSA_DIR=
|
|
endif
|
|
|
|
if HAVE_GTK
|
|
EMBED_DIR=embed
|
|
else
|
|
EMBED_DIR=
|
|
endif
|
|
|
|
SUBDIRS = \
|
|
$(EMBED_DIR) \
|
|
$(ALSA_DIR) #seeking
|
|
DIST_SUBDIRS = \
|
|
embed \
|
|
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)
|