diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2012-06-24 03:04:11 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-06-24 12:34:12 +0200 |
commit | eeddd3962e8653677446886b7a896ff3b5a05c51 (patch) | |
tree | 6820be0cb74bc2f89b8a162a3c8aba6f132b43b1 /libavutil | |
parent | c41899a3770cb4510e15b223fa34d129305b1589 (diff) | |
download | ffmpeg-eeddd3962e8653677446886b7a896ff3b5a05c51.tar.gz |
cpu.h: include version.h for LIBAVUTIL_VERSION_MAJOR
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavutil')
-rw-r--r-- | libavutil/cpu.h | 1 |
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) */ |