(Griffin) Move HAVE_OMAP ifdef to video drivers

This commit is contained in:
twinaphex 2013-07-28 19:56:35 +02:00
parent 3e9fc928f8
commit 12b3cfbcc4

View File

@ -111,10 +111,6 @@ VIDEO CONTEXT
#include "../gfx/context/apple_gl_ctx.c"
#endif
#ifdef HAVE_OMAP
#include "../gfx/omap_gfx.c"
#include "../gfx/fbdev.c"
#endif
#if defined(HAVE_OPENGL)
@ -191,6 +187,11 @@ VIDEO DRIVER
#include "../gfx/math/matrix_3x3.c"
#endif
#ifdef HAVE_OMAP
#include "../gfx/omap_gfx.c"
#include "../gfx/fbdev.c"
#endif
#ifdef HAVE_DYLIB
#include "../gfx/ext_gfx.c"
#endif