From 6ebeb3b4f76ad58b92d882e9cca762a54a85294d Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Wed, 15 Aug 2012 01:32:17 -0700 Subject: [PATCH] Check the correct macro for ARM Neon support --- Alc/helpers.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Alc/helpers.c b/Alc/helpers.c index b5a8363e..82bc5ec6 100644 --- a/Alc/helpers.c +++ b/Alc/helpers.c @@ -98,7 +98,7 @@ void FillCPUCaps(ALuint capfilter) } #endif #endif -#ifdef HAVE_ARM_NEON_H +#ifdef HAVE_NEON /* Assume Neon support if compiled with it */ caps |= CPU_CAP_NEON; #endif -- 2.11.4.GIT