mirror of https://git.ffmpeg.org/ffmpeg.git
cpu.h: include version.h for LIBAVUTIL_VERSION_MAJOR
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
c41899a377
commit
eeddd3962e
|
@ -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) */
|
||||
|
||||
|
|
Loading…
Reference in New Issue