changeset 10080:25136467a218 libavcodec

Add necessary #include for config.h.
author diego
date Mon, 24 Aug 2009 10:59:14 +0000
parents 71ead14665e3
children b870decf566d
files arm/mathops.h avr32/mathops.h bfin/mathops.h mips/mathops.h ppc/mathops.h
diffstat 5 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/arm/mathops.h	Mon Aug 24 10:36:13 2009 +0000
+++ b/arm/mathops.h	Mon Aug 24 10:59:14 2009 +0000
@@ -23,6 +23,7 @@
 #define AVCODEC_ARM_MATHOPS_H
 
 #include <stdint.h>
+#include "config.h"
 #include "libavutil/common.h"
 
 #if HAVE_INLINE_ASM
--- a/avr32/mathops.h	Mon Aug 24 10:36:13 2009 +0000
+++ b/avr32/mathops.h	Mon Aug 24 10:59:14 2009 +0000
@@ -23,6 +23,7 @@
 #define AVCODEC_AVR32_MATHOPS_H
 
 #include <stdint.h>
+#include "config.h"
 #include "libavutil/common.h"
 
 #if HAVE_INLINE_ASM
--- a/bfin/mathops.h	Mon Aug 24 10:36:13 2009 +0000
+++ b/bfin/mathops.h	Mon Aug 24 10:59:14 2009 +0000
@@ -22,6 +22,8 @@
 #ifndef AVCODEC_BFIN_MATHOPS_H
 #define AVCODEC_BFIN_MATHOPS_H
 
+#include "config.h"
+
 #if CONFIG_MPEGAUDIO_HP
 #define MULH(X,Y) ({ int xxo;                           \
     __asm__ (                                               \
--- a/mips/mathops.h	Mon Aug 24 10:36:13 2009 +0000
+++ b/mips/mathops.h	Mon Aug 24 10:59:14 2009 +0000
@@ -22,6 +22,7 @@
 #define AVCODEC_MIPS_MATHOPS_H
 
 #include <stdint.h>
+#include "config.h"
 #include "libavutil/common.h"
 
 #if HAVE_LOONGSON
--- a/ppc/mathops.h	Mon Aug 24 10:36:13 2009 +0000
+++ b/ppc/mathops.h	Mon Aug 24 10:59:14 2009 +0000
@@ -24,6 +24,7 @@
 #define AVCODEC_PPC_MATHOPS_H
 
 #include <stdint.h>
+#include "config.h"
 #include "libavutil/common.h"
 
 #if HAVE_PPC4XX