mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-13 12:51:16 +00:00
294da02a2f
- fix all the compiler errors - give them their own gl directory
26 lines
221 B
Makefile
26 lines
221 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_GTK3
|
|
SUBDIRS += gtk
|
|
endif
|
|
|
|
endif
|
|
|
|
endif
|