mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-27 02:30:35 +00:00
8a124c2c66
Original commit message from CVS: * configure.ac: Disable libvisual * examples/Makefile.am: * gst-libs/gst/audio/Makefile.am: * gst-libs/gst/riff/Makefile.am: * gst-libs/gst/tag/Makefile.am: * gst-libs/gst/video/Makefile.am: Fixups for missing variables.
14 lines
220 B
Makefile
14 lines
220 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 dynparams seeking indexing switch
|