notaz.gp2x.de
/
sdl_omap.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
211e4bf
)
don't depend on system SDL headers
author
notaz
<notasas@gmail.com>
Wed, 16 Nov 2011 23:33:50 +0000
(
01:33
+0200)
committer
notaz
<notasas@gmail.com>
Wed, 16 Nov 2011 23:33:50 +0000
(
01:33
+0200)
src/video/omapdss/osdl_input.c
patch
|
blob
|
blame
|
history
diff --git
a/src/video/omapdss/osdl_input.c
b/src/video/omapdss/osdl_input.c
index
1358706
..
4908661
100644
(file)
--- a/
src/video/omapdss/osdl_input.c
+++ b/
src/video/omapdss/osdl_input.c
@@
-14,7
+14,11
@@
#include <time.h>
#include <errno.h>
#include <linux/input.h>
+#ifdef STANDALONE
#include <SDL/SDL.h>
+#else
+#include "SDL.h"
+#endif
#if SDL_INPUT_TSLIB
#include <tslib.h>
#endif