mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-01 14:11:15 +00:00
13 lines
222 B
Makefile
13 lines
222 B
Makefile
if HAVE_FT2
|
|
FT2_SUBDIRS = seek snapshot
|
|
else
|
|
FT2_SUBDIRS =
|
|
endif
|
|
|
|
if USE_GIO
|
|
GIO_SUBDIRS = gio
|
|
endif
|
|
|
|
SUBDIRS = app $(FT2_SUBDIRS) $(GIO_SUBDIRS) volume dynamic v4l
|
|
|
|
DIST_SUBDIRS = app seek volume dynamic snapshot gio v4l
|