]> git.sesse.net Git - ffmpeg/commitdiff
Add required headers to fix warnings during 'make checkheaders'.
authorDiego Biurrun <diego@biurrun.de>
Sun, 25 Jan 2009 11:16:25 +0000 (11:16 +0000)
committerDiego Biurrun <diego@biurrun.de>
Sun, 25 Jan 2009 11:16:25 +0000 (11:16 +0000)
Originally committed as revision 16769 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/ppc/dsputil_ppc.h
libavcodec/ppc/mathops.h

index d9740ce5923eda004563d834789c19d25fdda5dc..3583acfc462b6958ea88fce48f2937b0f8157f21 100644 (file)
@@ -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,
index 8c0eab01f1de6756fda9a8155308d43dd60aac21..adf04cb1dacd530f2fd7f2c0d658189cb456cedd 100644 (file)
@@ -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) \