diff src/audio/SDL_audio.c @ 4722:faa228f7ce5b

- Cleaned up a bunch of code - Added 'feature' enable/disable so we're not running accel/sound/whatever in Java when we don't need to be - More work on the sound system. But it still crashes pretty horribly, not sure why yet.
author Paul Hunkin <paul@bieh.net>
date Tue, 27 Jul 2010 21:21:24 +0200
parents 79aa6c61f33b
children 1f7ad083fd3c
line wrap: on
line diff
--- a/src/audio/SDL_audio.c	Tue Jul 27 21:20:17 2010 +0200
+++ b/src/audio/SDL_audio.c	Tue Jul 27 21:21:24 2010 +0200
@@ -320,6 +320,8 @@
 }
 
 
+#include <android/log.h>
+
 /* The general mixing thread function */
 int SDLCALL
 SDL_RunAudio(void *devicep)