mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
a5994446b3
Along with gstcapslist
15 lines
324 B
Makefile
15 lines
324 B
Makefile
if HAVE_FT2
|
|
FT2_SUBDIRS = seek snapshot
|
|
else
|
|
FT2_SUBDIRS =
|
|
endif
|
|
|
|
if USE_GIO
|
|
GIO_SUBDIRS = gio
|
|
endif
|
|
|
|
SUBDIRS = app dynamic $(FT2_SUBDIRS) $(GIO_SUBDIRS) overlay playrec volume v4l encoding
|
|
|
|
DIST_SUBDIRS = app dynamic gio overlay seek snapshot playrec volume v4l encoding
|
|
|
|
include $(top_srcdir)/common/parallel-subdirs.mak
|