mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
audioresample: It's HAVE_EMMINTRIN_H, not HAVE_XMMINTRIN_H for SSE2
This commit is contained in:
parent
daa194b71e
commit
4e3d101aa8
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue