Browse Source

avutil/x86/intmath: Add missing header.

Signed-off-by: Matt Oliver <protogonoi@gmail.com>
tags/n3.0
Matt Oliver 10 years ago
parent
commit
bff009697d
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      libavutil/x86/intmath.h

+ 3
- 0
libavutil/x86/intmath.h View File

@@ -22,6 +22,9 @@
#define AVUTIL_X86_INTMATH_H

#include <stdint.h>
#if HAVE_FAST_CLZ && (defined(__INTEL_COMPILER) || defined(_MSC_VER))
#include <immintrin.h>
#endif
#include "config.h"

#if HAVE_FAST_CLZ


Loading…
Cancel
Save