1
0
mirror of https://github.com/mstorsjo/fdk-aac.git synced 2025-06-05 22:39:13 +02:00

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:
Martin Storsjo
2016-09-09 11:53:34 +03:00
parent 45915b67e4
commit 72037da0ba
2 changed files with 4 additions and 2 deletions

View File

@@ -154,7 +154,6 @@ amm-info@iis.fraunhofer.de
#endif
#ifdef _M_ARM
#include "cmnintrin.h"
#include "armintr.h"
#endif