mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 23:06:49 +00:00
317894d314
It's a plugin without external dependencies now because we unconditionally depend on GIO anyway.
11 lines
274 B
Makefile
11 lines
274 B
Makefile
if HAVE_FT2
|
|
FT2_SUBDIRS = seek snapshot
|
|
else
|
|
FT2_SUBDIRS =
|
|
endif
|
|
|
|
SUBDIRS = app audio dynamic fft $(FT2_SUBDIRS) gio overlay playrec encoding
|
|
DIST_SUBDIRS = app audio dynamic fft gio overlay seek snapshot playrec encoding
|
|
|
|
include $(top_srcdir)/common/parallel-subdirs.mak
|
|
|