summaryrefslogtreecommitdiff
path: root/libavutil/cpu.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2012-06-24 03:04:11 +0200
committerMichael Niedermayer <michaelni@gmx.at>2012-06-24 12:34:12 +0200
commiteeddd3962e8653677446886b7a896ff3b5a05c51 (patch)
tree6820be0cb74bc2f89b8a162a3c8aba6f132b43b1 /libavutil/cpu.h
parentc41899a3770cb4510e15b223fa34d129305b1589 (diff)
cpu.h: include version.h for LIBAVUTIL_VERSION_MAJOR
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavutil/cpu.h')
-rw-r--r--libavutil/cpu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavutil/cpu.h b/libavutil/cpu.h
index ee6705adef..0cd8117159 100644
--- a/libavutil/cpu.h
+++ b/libavutil/cpu.h
@@ -22,6 +22,7 @@
#define AVUTIL_CPU_H
#include "attributes.h"
+#include "version.h"
#define AV_CPU_FLAG_FORCE 0x80000000 /* force usage of selected flags (OR) */