mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
11 lines
258 B
Makefile
11 lines
258 B
Makefile
if USE_JACK
|
|
JACK_DIR=jack
|
|
else
|
|
JACK_DIR=
|
|
endif
|
|
|
|
SUBDIRS = audiofx equalizer $(JACK_DIR) level pulse rtp shapewipe spectrum v4l2
|
|
|
|
DIST_SUBDIRS = audiofx equalizer jack level pulse rtp shapewipe spectrum v4l2
|
|
|
|
include $(top_srcdir)/common/parallel-subdirs.mak
|