summaryrefslogtreecommitdiffhomepage
path: root/src/external/mini_al.c
diff options
context:
space:
mode:
authorRay <[email protected]>2018-08-08 18:26:05 +0200
committerRay <[email protected]>2018-08-08 18:26:05 +0200
commit7634cbeb224a064868084639aa557be0f521743e (patch)
treea4f4bed2397ba538152d65c24e69ac8c7f073cd7 /src/external/mini_al.c
parentaa1bb1e33d0423fec166ff290fcb4603c9b0efc2 (diff)
downloadraylib-7634cbeb224a064868084639aa557be0f521743e.tar.gz
raylib-7634cbeb224a064868084639aa557be0f521743e.zip
Updated mini_al
Corrected issue with sound playing (pop sound at the end)
Diffstat (limited to 'src/external/mini_al.c')
-rw-r--r--src/external/mini_al.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/external/mini_al.c b/src/external/mini_al.c
index 1ce94419..eabb6365 100644
--- a/src/external/mini_al.c
+++ b/src/external/mini_al.c
@@ -1,4 +1,8 @@
// The implementation of mini_al needs to #include windows.h which means it needs to go into
// it's own translation unit. Not doing this will cause conflicts with CloseWindow(), etc.
#define MINI_AL_IMPLEMENTATION
-#include "mini_al.h" \ No newline at end of file
+#define MAL_NO_JACK
+#define MAL_NO_OPENAL
+#define MAL_NO_SDL
+#define MAL_NO_NULL
+#include "mini_al.h"