mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-15 22:01:27 +00:00
1a3888c760
Original commit message from CVS: Merge HEAD from CAPS-ROOT to CAPS-MERGE-1
38 lines
504 B
Makefile
38 lines
504 B
Makefile
if GST_DISABLE_LOADSAVE
|
|
GST_LOADSAVE_DIRS =
|
|
else
|
|
GST_LOADSAVE_DIRS = xml typefind
|
|
endif
|
|
|
|
SUBDIRS = \
|
|
helloworld \
|
|
queue \
|
|
queue2 \
|
|
queue3 \
|
|
queue4 \
|
|
launch \
|
|
thread \
|
|
plugins \
|
|
mixer \
|
|
cutter \
|
|
pingpong \
|
|
manual \
|
|
retag \
|
|
$(GST_LOADSAVE_DIRS)
|
|
|
|
DIST_SUBDIRS = helloworld \
|
|
queue \
|
|
queue2 \
|
|
queue3 \
|
|
queue4 \
|
|
launch \
|
|
thread \
|
|
plugins \
|
|
mixer \
|
|
cutter \
|
|
pingpong \
|
|
manual \
|
|
xml \
|
|
typefind \
|
|
retag
|
|
|