mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-12 03:16:33 +00:00
8227135f3b
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
28 lines
264 B
Makefile
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
|