mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-12 03:16:33 +00:00
9cd0c45bb8
Original commit message from CVS: added mixer
11 lines
216 B
Makefile
11 lines
216 B
Makefile
|
|
if HAVE_GNOME
|
|
GNOME_SUBDS = autoplug
|
|
else
|
|
GNOME_SUBDS =
|
|
endif
|
|
|
|
SUBDIRS = $(GNOME_SUBDS) \
|
|
helloworld helloworld2 \
|
|
queue queue2 queue3 queue4 \
|
|
launch thread xml plugins typefind mixer
|