mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-12 18:35:35 +00:00
10 lines
103 B
Makefile
10 lines
103 B
Makefile
|
if HAVE_FT2
|
||
|
FT2_SUBDIRS = seek
|
||
|
else
|
||
|
FT2_SUBDIRS =
|
||
|
endif
|
||
|
|
||
|
SUBDIRS = $(FT2_SUBDIRS)
|
||
|
|
||
|
DIST_SUBDIRS = seek
|