mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
27a2fdb58b
Original commit message from CVS: remove seeking example, they're in gst-plugins-base
14 lines
253 B
Makefile
14 lines
253 B
Makefile
if HAVE_GTK
|
|
GTK_SUBDIRS=dynparams level $(FT2_SUBDIRS)
|
|
else
|
|
GTK_SUBDIRS=
|
|
endif
|
|
|
|
if USE_GCONF
|
|
GCONF_SUBDIRS=gstplay
|
|
else
|
|
GCONF_SUBDIRS=
|
|
endif
|
|
|
|
SUBDIRS=$(GTK_SUBDIRS) $(GCONF_SUBDIRS) switch
|
|
DIST_SUBDIRS=capsfilter dynparams indexing gstplay switch level
|