[FFmpeg-cvslog] r19692 - in trunk/libavcodec: arm/mathops.h avr32/mathops.h bfin/mathops.h mips/mathops.h ppc/mathops.h

diego subversion
Mon Aug 24 12:59:14 CEST 2009


Author: diego
Date: Mon Aug 24 12:59:14 2009
New Revision: 19692

Log:
Add necessary #include for config.h.

Modified:
   trunk/libavcodec/arm/mathops.h
   trunk/libavcodec/avr32/mathops.h
   trunk/libavcodec/bfin/mathops.h
   trunk/libavcodec/mips/mathops.h
   trunk/libavcodec/ppc/mathops.h

Modified: trunk/libavcodec/arm/mathops.h
==============================================================================
--- trunk/libavcodec/arm/mathops.h	Mon Aug 24 12:36:13 2009	(r19691)
+++ trunk/libavcodec/arm/mathops.h	Mon Aug 24 12:59:14 2009	(r19692)
@@ -23,6 +23,7 @@
 #define AVCODEC_ARM_MATHOPS_H
 
 #include <stdint.h>
+#include "config.h"
 #include "libavutil/common.h"
 
 #if HAVE_INLINE_ASM

Modified: trunk/libavcodec/avr32/mathops.h
==============================================================================
--- trunk/libavcodec/avr32/mathops.h	Mon Aug 24 12:36:13 2009	(r19691)
+++ trunk/libavcodec/avr32/mathops.h	Mon Aug 24 12:59:14 2009	(r19692)
@@ -23,6 +23,7 @@
 #define AVCODEC_AVR32_MATHOPS_H
 
 #include <stdint.h>
+#include "config.h"
 #include "libavutil/common.h"
 
 #if HAVE_INLINE_ASM

Modified: trunk/libavcodec/bfin/mathops.h
==============================================================================
--- trunk/libavcodec/bfin/mathops.h	Mon Aug 24 12:36:13 2009	(r19691)
+++ trunk/libavcodec/bfin/mathops.h	Mon Aug 24 12:59:14 2009	(r19692)
@@ -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__ (                                               \

Modified: trunk/libavcodec/mips/mathops.h
==============================================================================
--- trunk/libavcodec/mips/mathops.h	Mon Aug 24 12:36:13 2009	(r19691)
+++ trunk/libavcodec/mips/mathops.h	Mon Aug 24 12:59:14 2009	(r19692)
@@ -22,6 +22,7 @@
 #define AVCODEC_MIPS_MATHOPS_H
 
 #include <stdint.h>
+#include "config.h"
 #include "libavutil/common.h"
 
 #if HAVE_LOONGSON

Modified: trunk/libavcodec/ppc/mathops.h
==============================================================================
--- trunk/libavcodec/ppc/mathops.h	Mon Aug 24 12:36:13 2009	(r19691)
+++ trunk/libavcodec/ppc/mathops.h	Mon Aug 24 12:59:14 2009	(r19692)
@@ -24,6 +24,7 @@
 #define AVCODEC_PPC_MATHOPS_H
 
 #include <stdint.h>
+#include "config.h"
 #include "libavutil/common.h"
 
 #if HAVE_PPC4XX



More information about the ffmpeg-cvslog mailing list