diff options
author | Cedric BAIL <cedric.bail@free.fr> | 2012-02-25 17:54:54 +0000 |
---|---|---|
committer | Cedric BAIL <cedric.bail@free.fr> | 2012-02-25 17:54:54 +0000 |
commit | a1beb50ce77b8200dad7073498e884c0e199f5bb (patch) | |
tree | 95c29d330e0957f641301773f4988586dd28dff7 /src/bin/main.h | |
parent | 98b733080e7265f0375a6f0b3c2eb1016c2d483d (diff) |
expedite: remove SDL 16bpp engine support.
SVN revision: 68445
Diffstat (limited to 'src/bin/main.h')
-rw-r--r-- | src/bin/main.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/main.h b/src/bin/main.h index 882c88b..db7a80a 100644 --- a/src/bin/main.h +++ b/src/bin/main.h | |||
@@ -49,7 +49,7 @@ | |||
49 | #if HAVE_EVAS_DIRECT3D | 49 | #if HAVE_EVAS_DIRECT3D |
50 | #include "engine_direct3d.h" | 50 | #include "engine_direct3d.h" |
51 | #endif | 51 | #endif |
52 | #if HAVE_EVAS_SOFTWARE_SDL | 52 | #if BUILD_SDL |
53 | #include "engine_software_sdl.h" | 53 | #include "engine_software_sdl.h" |
54 | #endif | 54 | #endif |
55 | #if HAVE_EVAS_OPENGL_SDL | 55 | #if HAVE_EVAS_OPENGL_SDL |