Commit b6069721 authored by diego's avatar diego

Add required stdint.h header.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13096 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent c644217d
...@@ -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