diff options
author | Martin Storsjo <martin@martin.st> | 2016-09-09 11:53:34 +0300 |
---|---|---|
committer | Martin Storsjo <martin@martin.st> | 2016-09-11 13:28:47 +0300 |
commit | 72037da0badf4c2ae0293d7b8b350651e4f96a61 (patch) | |
tree | d60e8548f33d9a390e98cc1bc77040da370823db /libFDK | |
parent | 45915b67e439e77dd28fef7d810ee3177e813ffc (diff) | |
download | fdk-aac-72037da0badf4c2ae0293d7b8b350651e4f96a61.tar.gz fdk-aac-72037da0badf4c2ae0293d7b8b350651e4f96a61.tar.bz2 fdk-aac-72037da0badf4c2ae0293d7b8b350651e4f96a61.zip |
Fix building with MSVC for ARM
cmnintrin.h only existed for Windows CE, and doesn't seem to actually
be necessary for building this.
Diffstat (limited to 'libFDK')
-rw-r--r-- | libFDK/include/FDK_archdef.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libFDK/include/FDK_archdef.h b/libFDK/include/FDK_archdef.h index 1fadd2c..23224d5 100644 --- a/libFDK/include/FDK_archdef.h +++ b/libFDK/include/FDK_archdef.h @@ -154,7 +154,6 @@ amm-info@iis.fraunhofer.de #endif #ifdef _M_ARM -#include "cmnintrin.h" #include "armintr.h" #endif |