Skip to content

Commit

Permalink
SDL: Disable building Android audio subsystems.
Browse files Browse the repository at this point in the history
  • Loading branch information
MikuAuahDark committed Nov 25, 2023
1 parent ecb5076 commit 6d67b15
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions love/src/jni/SDL2/include/SDL_config_android.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 6d67b15

Please sign in to comment.