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
commit
58d32c00be
1 changed files with 1 additions and 1 deletions
  1. +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 <x86intrin.h>
#include <immintrin.h>
#endif
#endif
#include "config.h"


Loading…
Cancel
Save