diff options
author | Diego Biurrun <diego@biurrun.de> | 2008-03-13 18:04:21 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2008-03-13 18:04:21 +0000 |
commit | a087028ad8df703f72db629781204f371049cd77 (patch) | |
tree | d94591dd48cf8e09c1d66758ac6363bee0ba08eb /libavutil/x86_cpu.h | |
parent | 9d2cc8c1ee586c4f01745ed78ece1462119c68fb (diff) | |
download | ffmpeg-a087028ad8df703f72db629781204f371049cd77.tar.gz |
Add #include "config.h" to headers that need it.
Originally committed as revision 12431 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavutil/x86_cpu.h')
-rw-r--r-- | libavutil/x86_cpu.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavutil/x86_cpu.h b/libavutil/x86_cpu.h index 5ab570405d..69ac0581b4 100644 --- a/libavutil/x86_cpu.h +++ b/libavutil/x86_cpu.h @@ -21,6 +21,8 @@ #ifndef FFMPEG_X86CPU_H #define FFMPEG_X86CPU_H +#include "config.h" + #ifdef ARCH_X86_64 # define REG_a "rax" # define REG_b "rbx" |