mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 20:19:55 +00:00
Add required stdint.h header.
Originally committed as revision 13096 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
def1e277b9
commit
c38e75fc52
@ -21,6 +21,7 @@
|
||||
#ifndef FFMPEG_X86CPU_H
|
||||
#define FFMPEG_X86CPU_H
|
||||
|
||||
#include <stdint.h>
|
||||
#include "config.h"
|
||||
|
||||
#ifdef ARCH_X86_64
|
||||
|
Loading…
Reference in New Issue
Block a user