Skip to content
Snippets Groups Projects
Commit eeddd396 authored by Michael Niedermayer's avatar Michael Niedermayer
Browse files

cpu.h: include version.h for LIBAVUTIL_VERSION_MAJOR


Signed-off-by: default avatarMichael Niedermayer <michaelni@gmx.at>
parent c41899a3
No related branches found
No related tags found
No related merge requests found
...@@ -22,6 +22,7 @@ ...@@ -22,6 +22,7 @@
#define AVUTIL_CPU_H #define AVUTIL_CPU_H
#include "attributes.h" #include "attributes.h"
#include "version.h"
#define AV_CPU_FLAG_FORCE 0x80000000 /* force usage of selected flags (OR) */ #define AV_CPU_FLAG_FORCE 0x80000000 /* force usage of selected flags (OR) */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment