mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
497b586076
Original commit message from CVS: deactivate and remove dparams (libgstcontrol)
15 lines
232 B
Makefile
15 lines
232 B
Makefile
if HAVE_FT2
|
|
FT2_SUBDIRS=seeking
|
|
else
|
|
FT2_SUBDIRS=
|
|
endif
|
|
|
|
# if HAVE_GTK
|
|
# GTK_SUBDIRS=dynparams $(FT2_SUBDIRS)
|
|
# else
|
|
GTK_SUBDIRS=
|
|
# endif
|
|
|
|
SUBDIRS=$(GTK_SUBDIRS)
|
|
#DIST_SUBDIRS=capsfilter seeking indexing switch
|
|
DIST_SUBDIRS=seeking
|