audioresample: It's HAVE_EMMINTRIN_H, not HAVE_XMMINTRIN_H for SSE2

This commit is contained in:
Sebastian Dröge 2014-01-20 16:11:04 +01:00
parent daa194b71e
commit 4e3d101aa8

View file

@ -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