gstreamer/tests/examples/Makefile.am
Tim-Philipp Müller 2972b673c0 compositor: add to build after move from -bad
This replaces videomixer.

Fixes #138
2018-12-28 12:16:18 +01:00

16 lines
420 B
Makefile

if HAVE_GTK
GTK_SUBDIRS = playback seek snapshot
endif
if USE_OPENGL
GL_DIR=gl
else
GL_DIR=
endif
SUBDIRS = app audio compositor decodebin_next dynamic fft gio $(GL_DIR) $(GTK_SUBDIRS) overlay overlaycomposition playrec encoding
DIST_SUBDIRS = app audio compositor decodebin_next dynamic fft gio gl playback overlay overlaycomposition seek snapshot playrec encoding
include $(top_srcdir)/common/parallel-subdirs.mak