This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
avutil/x86/intmath: Fix intrinsic header include when using newer gcc with older icc.
Signed-off-by: Matt Oliver <protogonoi@gmail.com>
tags/n3.0
Matt Oliver
9 years ago
parent
9b9c9ef3b4
commit
58d32c00be
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavutil/x86/intmath.h
+ 1
- 1
libavutil/x86/intmath.h
View File
@@ -26,7 +26,7 @@
#if defined(_MSC_VER)
#include <intrin.h>
#elif defined(__INTEL_COMPILER)
#include <
x86
intrin.h>
#include <
imm
intrin.h>
#endif
#endif
#include "config.h"
Write
Preview
Loading…
Cancel
Save