diff x86_cpu.h @ 469:bdc8433d739e libavutil

Add #include "config.h" to headers that need it.
author diego
date Thu, 13 Mar 2008 18:04:21 +0000
parents 4b2cd7e98d58
children 3213123cd4e7
line wrap: on
line diff
--- a/x86_cpu.h	Thu Mar 13 00:20:15 2008 +0000
+++ b/x86_cpu.h	Thu Mar 13 18:04:21 2008 +0000
@@ -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"