projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
def1e27
)
Add required stdint.h header.
author
Diego Biurrun
<diego@biurrun.de>
Fri, 9 May 2008 11:10:20 +0000
(11:10 +0000)
committer
Diego Biurrun
<diego@biurrun.de>
Fri, 9 May 2008 11:10:20 +0000
(11:10 +0000)
Originally committed as revision 13096 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavutil/x86_cpu.h
patch
|
blob
|
history
diff --git
a/libavutil/x86_cpu.h
b/libavutil/x86_cpu.h
index 43619ad79ddfdf55ab915af76a37ccf447dec13c..444d33511b6c8ffcfe6c243ff7a2f0d123f71fdd 100644
(file)
--- a/
libavutil/x86_cpu.h
+++ b/
libavutil/x86_cpu.h
@@
-21,6
+21,7
@@
#ifndef FFMPEG_X86CPU_H
#define FFMPEG_X86CPU_H
+#include <stdint.h>
#include "config.h"
#ifdef ARCH_X86_64