mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-15 13:53:19 +00:00
22c6519ec9
Original commit message from CVS: - Added a little testapp for pad disable using two bins in a pipeline
16 lines
429 B
Makefile
16 lines
429 B
Makefile
if GST_DISABLE_LOADSAVE
|
|
GST_LOADSAVE_DIRS =
|
|
else
|
|
GST_LOADSAVE_DIRS = xml typefind
|
|
endif
|
|
|
|
SUBDIRS = autoplug $(GST_LOADSAVE_DIRS) \
|
|
helloworld helloworld2 \
|
|
queue queue2 queue3 queue4 \
|
|
launch thread plugins mixer cutter pingpong
|
|
|
|
DIST_SUBDIRS = autoplug \
|
|
helloworld helloworld2 \
|
|
queue queue2 queue3 queue4 \
|
|
launch thread xml plugins typefind mixer cutter pingpong
|
|
|