[SCM] libav/experimental: Add required headers to fix warnings during 'make checkheaders'.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:35:59 UTC 2013


The following commit has been merged in the experimental branch:
commit 4ceb4e31024028732cb1822738847c10e35d9b5d
Author: Diego Biurrun <diego at biurrun.de>
Date:   Sun Jan 25 11:16:25 2009 +0000

    Add required headers to fix warnings during 'make checkheaders'.
    
    Originally committed as revision 16769 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/ppc/dsputil_ppc.h b/libavcodec/ppc/dsputil_ppc.h
index d9740ce..3583acf 100644
--- a/libavcodec/ppc/dsputil_ppc.h
+++ b/libavcodec/ppc/dsputil_ppc.h
@@ -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,
diff --git a/libavcodec/ppc/mathops.h b/libavcodec/ppc/mathops.h
index 8c0eab0..adf04cb 100644
--- a/libavcodec/ppc/mathops.h
+++ b/libavcodec/ppc/mathops.h
@@ -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) \

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list