audioresample: It's HAVE_EMMINTRIN_H, not HAVE_XMMINTRIN_H for SSE2
This commit is contained in:
parent
daa194b71e
commit
4e3d101aa8
@ -83,7 +83,7 @@
|
||||
#endif
|
||||
|
||||
#ifdef _USE_SSE2
|
||||
#if !defined(__SSE2__) || !defined(HAVE_XMMINTRIN_H)
|
||||
#if !defined(__SSE2__) || !defined(HAVE_EMMINTRIN_H)
|
||||
#undef _USE_SSE2
|
||||
#endif
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user