gstreamer/tests/examples/Makefile.am
Tim-Philipp Müller 8227135f3b gl: hook up to build system
Tests and documentation will follow separately.

The mixer elements in the opengl plugin need to stay
in -bad for now since they use GstVideoAggregator.

https://bugzilla.gnome.org/show_bug.cgi?id=754094
2017-12-19 12:01:48 +00:00

16 lines
360 B
Makefile

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