# HG changeset patch # User diego # Date 1251111554 0 # Node ID 25136467a2183b86a082916b306fd526b5a972a3 # Parent 71ead14665e311607df2e7f925ef118420c48486 Add necessary #include for config.h. diff -r 71ead14665e3 -r 25136467a218 arm/mathops.h --- 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 +#include "config.h" #include "libavutil/common.h" #if HAVE_INLINE_ASM diff -r 71ead14665e3 -r 25136467a218 avr32/mathops.h --- 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 +#include "config.h" #include "libavutil/common.h" #if HAVE_INLINE_ASM diff -r 71ead14665e3 -r 25136467a218 bfin/mathops.h --- 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__ ( \ diff -r 71ead14665e3 -r 25136467a218 mips/mathops.h --- 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 +#include "config.h" #include "libavutil/common.h" #if HAVE_LOONGSON diff -r 71ead14665e3 -r 25136467a218 ppc/mathops.h --- 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 +#include "config.h" #include "libavutil/common.h" #if HAVE_PPC4XX