Mercurial > libavcodec.hg
changeset 10077:5bf12cdf0cb6 libavcodec
Include required headers in {mips,ppc}/mathops.h
author | mru |
---|---|
date | Sun, 23 Aug 2009 11:02:41 +0000 |
parents | 31bc25e9c9ee |
children | 57f034d80624 |
files | mips/mathops.h ppc/mathops.h |
diffstat | 2 files changed, 4 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/mips/mathops.h Sun Aug 23 11:02:37 2009 +0000 +++ b/mips/mathops.h Sun Aug 23 11:02:41 2009 +0000 @@ -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
--- a/ppc/mathops.h Sun Aug 23 11:02:37 2009 +0000 +++ b/ppc/mathops.h Sun Aug 23 11:02:41 2009 +0000 @@ -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 */