gstreamer/tests/examples/gl/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

28 lines
264 B
Makefile

SUBDIRS =
if USE_OPENGL
if HAVE_WINDOW_COCOA
SUBDIRS += cocoa
else
SUBDIRS += generic qt
if HAVE_CLUTTER
SUBDIRS += clutter
endif
if HAVE_SDL
SUBDIRS += sdl
endif
if HAVE_GTK
SUBDIRS += gtk
endif
endif
endif
DIST_SUBDIRS=cocoa generic qt clutter sdl gtk