changeset 8662:31bdc2da2e80 libavcodec

Add required headers to fix warnings during 'make checkheaders'.
author diego
date Sun, 25 Jan 2009 11:16:25 +0000
parents 94f7aca055d5
children 23f7711e777e
files ppc/dsputil_ppc.h ppc/mathops.h
diffstat 2 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ppc/dsputil_ppc.h	Sun Jan 25 02:27:02 2009 +0000
+++ b/ppc/dsputil_ppc.h	Sun Jan 25 11:16:25 2009 +0000
@@ -21,6 +21,8 @@
 #ifndef AVCODEC_PPC_DSPUTIL_PPC_H
 #define AVCODEC_PPC_DSPUTIL_PPC_H
 
+#include "config.h"
+
 #if CONFIG_POWERPC_PERF
 void powerpc_display_perf_report(void);
 /* the 604* have 2, the G3* have 4, the G4s have 6,
--- a/ppc/mathops.h	Sun Jan 25 02:27:02 2009 +0000
+++ b/ppc/mathops.h	Sun Jan 25 11:16:25 2009 +0000
@@ -23,6 +23,8 @@
 #ifndef AVCODEC_PPC_MATHOPS_H
 #define AVCODEC_PPC_MATHOPS_H
 
+#include "config.h"
+
 #if HAVE_PPC4XX
 /* signed 16x16 -> 32 multiply add accumulate */
 #define MAC16(rt, ra, rb) \