mirror of https://github.com/mstorsjo/fdk-aac.git
Fix building with MSVC for ARM
cmnintrin.h only existed for Windows CE, and doesn't seem to actually be necessary for building this.
This commit is contained in:
parent
0c4d354f1c
commit
391da191f9
|
@ -167,7 +167,6 @@ amm-info@iis.fraunhofer.de
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef _M_ARM
|
#ifdef _M_ARM
|
||||||
#include "cmnintrin.h"
|
|
||||||
#include "armintr.h"
|
#include "armintr.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue