mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 08:46:40 +00:00
af0f1309c7
Original commit message from CVS: added cutter example
11 lines
223 B
Makefile
11 lines
223 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 cutter
|