[SCM] libav/experimental: Include required headers in {mips, ppc}/mathops.h

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:50:19 UTC 2013


The following commit has been merged in the experimental branch:
commit c7312933ce571a686db242d3e4bdd6556af97c22
Author: Måns Rullgård <mans at mansr.com>
Date:   Sun Aug 23 11:02:41 2009 +0000

    Include required headers in {mips,ppc}/mathops.h
    
    Originally committed as revision 19686 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/mips/mathops.h b/libavcodec/mips/mathops.h
index e763f7b..b281e5f 100644
--- a/libavcodec/mips/mathops.h
+++ b/libavcodec/mips/mathops.h
@@ -21,7 +21,8 @@
 #ifndef AVCODEC_MIPS_MATHOPS_H
 #define AVCODEC_MIPS_MATHOPS_H
 
-#include "config.h"
+#include <stdint.h>
+#include "libavutil/common.h"
 
 #if HAVE_LOONGSON
 
diff --git a/libavcodec/ppc/mathops.h b/libavcodec/ppc/mathops.h
index 1dcc09a..51311fa 100644
--- a/libavcodec/ppc/mathops.h
+++ b/libavcodec/ppc/mathops.h
@@ -23,7 +23,8 @@
 #ifndef AVCODEC_PPC_MATHOPS_H
 #define AVCODEC_PPC_MATHOPS_H
 
-#include "config.h"
+#include <stdint.h>
+#include "libavutil/common.h"
 
 #if HAVE_PPC4XX
 /* signed 16x16 -> 32 multiply add accumulate */

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list