AAudio: add compilation to Android.mk, but not activated in SDL_config_android.h

This commit is contained in:
Sylvain
2021-04-15 21:03:10 +02:00
parent f1fab24e35
commit 146656cfe6
2 changed files with 2 additions and 0 deletions

View File

@@ -142,6 +142,7 @@
/* Enable various audio drivers */
#define SDL_AUDIO_DRIVER_ANDROID 1
#define SDL_AUDIO_DRIVER_OPENSLES 1
#define SDL_AUDIO_DRIVER_AAUDIO 0
#define SDL_AUDIO_DRIVER_DUMMY 1
/* Enable various input drivers */