changeset 469:bdc8433d739e libavutil

Add #include "config.h" to headers that need it.
author diego
date Thu, 13 Mar 2008 18:04:21 +0000
parents b76b4c3a5dde
children 542bb0b45624
files bswap.h internal.h intreadwrite.h x86_cpu.h
diffstat 4 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/bswap.h	Thu Mar 13 00:20:15 2008 +0000
+++ b/bswap.h	Thu Mar 13 18:04:21 2008 +0000
@@ -27,6 +27,7 @@
 #define FFMPEG_BSWAP_H
 
 #include <stdint.h>
+#include "config.h"
 #include "common.h"
 
 #ifdef HAVE_BYTESWAP_H
--- a/internal.h	Thu Mar 13 00:20:15 2008 +0000
+++ b/internal.h	Thu Mar 13 18:04:21 2008 +0000
@@ -105,6 +105,7 @@
 #    define PIC
 #endif
 
+#include "config.h"
 #include "intreadwrite.h"
 #include "bswap.h"
 
--- a/intreadwrite.h	Thu Mar 13 00:20:15 2008 +0000
+++ b/intreadwrite.h	Thu Mar 13 18:04:21 2008 +0000
@@ -20,6 +20,7 @@
 #define FFMPEG_INTREADWRITE_H
 
 #include <stdint.h>
+#include "config.h"
 #include "bswap.h"
 
 #ifdef __GNUC__
--- 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"