2001-10-17 10:21:27 +00:00
|
|
|
if GST_DISABLE_LOADSAVE
|
|
|
|
GST_LOADSAVE_DIRS =
|
|
|
|
else
|
|
|
|
GST_LOADSAVE_DIRS = xml typefind
|
|
|
|
endif
|
|
|
|
|
2003-02-10 20:32:32 +00:00
|
|
|
if GST_DISABLE_AUTOPLUG
|
|
|
|
GST_AUTOPLUG_DIRS =
|
|
|
|
else
|
|
|
|
GST_AUTOPLUG_DIRS = autoplug helloworld2
|
|
|
|
endif
|
|
|
|
|
|
|
|
SUBDIRS = $(GST_AUTOPLUG_DIRS) $(GST_LOADSAVE_DIRS) \
|
|
|
|
helloworld \
|
2001-01-01 13:41:27 +00:00
|
|
|
queue queue2 queue3 queue4 \
|
2002-09-14 13:17:10 +00:00
|
|
|
launch thread plugins mixer cutter pingpong manual
|
2001-06-25 01:20:11 +00:00
|
|
|
|
2002-01-17 20:58:42 +00:00
|
|
|
DIST_SUBDIRS = autoplug \
|
2001-06-25 01:20:11 +00:00
|
|
|
helloworld helloworld2 \
|
|
|
|
queue queue2 queue3 queue4 \
|
2002-09-14 13:17:10 +00:00
|
|
|
launch thread xml plugins typefind mixer cutter pingpong manual
|
2001-06-25 01:20:11 +00:00
|
|
|
|