Commit c38e75fc authored by Diego Biurrun's avatar Diego Biurrun

Add required stdint.h header.

Originally committed as revision 13096 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent def1e277
...@@ -21,6 +21,7 @@ ...@@ -21,6 +21,7 @@
#ifndef FFMPEG_X86CPU_H #ifndef FFMPEG_X86CPU_H
#define FFMPEG_X86CPU_H #define FFMPEG_X86CPU_H
#include <stdint.h>
#include "config.h" #include "config.h"
#ifdef ARCH_X86_64 #ifdef ARCH_X86_64
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment