diff Makefile.android @ 4960:0ab2492f2e17

Fixed 2D video on Android There was a dummy renderer left in there which was overriding the OpenGL ES renderer.
author Sam Lantinga <slouken@libsdl.org>
date Tue, 04 Jan 2011 20:36:39 -0800
parents 361ada59e3aa
children 730b234ba9ec
line wrap: on
line diff
--- a/Makefile.android	Tue Jan 04 20:30:54 2011 -0800
+++ b/Makefile.android	Tue Jan 04 20:36:39 2011 -0800
@@ -28,6 +28,7 @@
 	src/video/*.c \
 	src/power/*.c \
 	src/audio/android/*.c \
+	src/audio/dummy/*.c \
 	src/video/android/*.c \
 	src/joystick/android/*.c \
 	src/haptic/dummy/*.c \