mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-09-02 21:54:45 +00:00
17 lines
372 B
Diff
17 lines
372 B
Diff
diff --git a/src/sdl_common/audio.c b/src/sdl_common/audio.c
|
|
index 797c678..ebb9eda 100644
|
|
--- a/src/sdl_common/audio.c
|
|
+++ b/src/sdl_common/audio.c
|
|
@@ -25,11 +25,7 @@
|
|
|
|
#if HAVE_SDL2
|
|
#include <SDL2/SDL.h>
|
|
-#if TARGET_OS_MAC
|
|
-#include <SDL2_mixer/SDL_mixer.h>
|
|
-#else
|
|
#include <SDL2/SDL_mixer.h>
|
|
-#endif
|
|
#elif HAVE_SDL
|
|
#include <SDL/SDL.h>
|
|
#include <SDL/SDL_mixer.h>
|