mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
92808b1010
This removes code, and allows the example to be used on any platform. Fixes bug #643981.
19 lines
350 B
Makefile
19 lines
350 B
Makefile
if USE_JACK
|
|
JACK_DIR=jack
|
|
else
|
|
JACK_DIR=
|
|
endif
|
|
|
|
if USE_CAIRO_GOBJECT
|
|
CAIRO_DIR=cairo
|
|
else
|
|
CAIRO_DIR=
|
|
endif
|
|
|
|
SUBDIRS = audiofx equalizer $(JACK_DIR) level pulse \
|
|
rtp shapewipe spectrum v4l2 $(CAIRO_DIR)
|
|
|
|
DIST_SUBDIRS = audiofx equalizer jack level pulse \
|
|
rtp shapewipe spectrum v4l2 $(CAIRO_DIR)
|
|
|
|
include $(top_srcdir)/common/parallel-subdirs.mak
|