mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-03 06:56:46 +00:00
183610c035
The examples need Gtk+, nothing uses freetype directly.
9 lines
273 B
Makefile
9 lines
273 B
Makefile
if HAVE_GTK
|
|
GTK_SUBDIRS = playback seek snapshot
|
|
endif
|
|
|
|
SUBDIRS = app audio dynamic fft $(GTK_SUBDIRS) gio overlay playrec encoding
|
|
DIST_SUBDIRS = app audio dynamic fft gio playback overlay seek snapshot playrec encoding
|
|
|
|
include $(top_srcdir)/common/parallel-subdirs.mak
|
|
|