mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 12:41:05 +00:00
4dced785fe
Original commit message from CVS: * configure.ac: * examples/capsfilter/capsfilter1.c: (main): * examples/seeking/spider_seek.c: (make_spider_pipeline): * ext/dvdread/Makefile.am: * ext/dvdread/demo-play: * ext/dvdread/demo-play.c: * gconf/gstreamer.schemas.in: * gst-libs/gst/gconf/gconf.c: * sys/v4l/TODO: * testsuite/Makefile.am: * testsuite/embed/Makefile.am: * testsuite/embed/embed.c: (cb_expose), (main): Remove all references to xvideosink, fix examples (#140845). * gst/playback/gstplaybasebin.c: (group_destroy): Apparently, disposal does not unlink - so do explicitely. * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event): Add debug.
26 lines
407 B
Makefile
26 lines
407 B
Makefile
if USE_ALSA
|
|
ALSA_DIR=alsa
|
|
else
|
|
ALSA_DIR=
|
|
endif
|
|
|
|
SUBDIRS = \
|
|
embed \
|
|
spider \
|
|
multifilesink \
|
|
$(ALSA_DIR) #seeking
|
|
DIST_SUBDIRS = \
|
|
embed \
|
|
spider \
|
|
alsa \
|
|
multifilesink
|
|
|
|
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)
|