mirror of
https://github.com/love2d/love-android.git
synced 2026-08-12 00:20:57 +02:00
SDL: Disable building Android audio subsystems.
This commit is contained in:
@@ -142,10 +142,10 @@
|
||||
#define SIZEOF_VOIDP 4
|
||||
#endif
|
||||
|
||||
/* Enable various audio drivers */
|
||||
#define SDL_AUDIO_DRIVER_ANDROID 1
|
||||
#define SDL_AUDIO_DRIVER_OPENSLES 1
|
||||
#define SDL_AUDIO_DRIVER_AAUDIO 1
|
||||
/* love2d-mod: Audio is handled by OpenAL */
|
||||
#define SDL_AUDIO_DRIVER_ANDROID 0
|
||||
#define SDL_AUDIO_DRIVER_OPENSLES 0
|
||||
#define SDL_AUDIO_DRIVER_AAUDIO 0
|
||||
#define SDL_AUDIO_DRIVER_DUMMY 1
|
||||
|
||||
/* Enable various input drivers */
|
||||
|
||||
Reference in New Issue
Block a user