cpu.h: include version.h for LIBAVUTIL_VERSION_MAJOR

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2012-06-24 03:04:11 +02:00
parent c41899a377
commit eeddd3962e
1 changed files with 1 additions and 0 deletions

View File

@ -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) */