mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
avutil/x86/intmath: Fix intrinsic header include when using newer gcc with older icc.
Signed-off-by: Matt Oliver <protogonoi@gmail.com>
This commit is contained in:
parent
9b9c9ef3b4
commit
58d32c00be
@ -26,7 +26,7 @@
|
||||
#if defined(_MSC_VER)
|
||||
#include <intrin.h>
|
||||
#elif defined(__INTEL_COMPILER)
|
||||
#include <x86intrin.h>
|
||||
#include <immintrin.h>
|
||||
#endif
|
||||
#endif
|
||||
#include "config.h"
|
||||
|
Loading…
Reference in New Issue
Block a user