mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 01:45:33 +00:00
f2237cbace
Original commit message from CVS: I've removed autoplug from build and dist since it seems to need Gnome and we agreed not to have that in the core. Can someone take a look at it ? I couldn't get it to work anyway ;) It should probably either be rewritten without gnome or moved to another module
16 lines
393 B
Makefile
16 lines
393 B
Makefile
if GST_DISABLE_LOADSAVE
|
|
GST_LOADSAVE_DIRS =
|
|
else
|
|
GST_LOADSAVE_DIRS = xml typefind
|
|
endif
|
|
|
|
SUBDIRS = $(GST_LOADSAVE_DIRS) \
|
|
helloworld helloworld2 \
|
|
queue queue2 queue3 queue4 \
|
|
launch thread plugins mixer cutter
|
|
|
|
DIST_SUBDIRS = \
|
|
helloworld helloworld2 \
|
|
queue queue2 queue3 queue4 \
|
|
launch thread xml plugins typefind mixer cutter
|
|
|