From d9d62899241ab88a13643d644daa3fbb90faae26 Mon Sep 17 00:00:00 2001 From: Sergii Pylypenko Date: Wed, 27 Jun 2018 23:38:57 +0300 Subject: [PATCH] SDL: fixed OpenAL compilation --- project/jni/openal/src/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/jni/openal/src/config.h b/project/jni/openal/src/config.h index 3739bd667..9fe274d58 100644 --- a/project/jni/openal/src/config.h +++ b/project/jni/openal/src/config.h @@ -29,7 +29,7 @@ #define HAVE_FABSF /* Define if we have the strtof function */ -#define HAVE_STRTOF +/* #define HAVE_STRTOF */ /* Define if we have stdint.h */ #define HAVE_STDINT_H @@ -78,7 +78,7 @@ #define HAVE_FENV_H 1 /* Define if we have fesetround() */ -#define HAVE_FESETROUND 1 +/* #define HAVE_FESETROUND 1 */ /* Define if we have _controlfp() */ /*