mirror of
https://mirror.skon.top/https://github.com/FFmpeg/FFmpeg
synced 2026-04-30 22:00:51 +08: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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user