Commit e6d98e4a authored by mru's avatar mru

Include required headers in {mips,ppc}/mathops.h

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@19686 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 1aba7e8b
...@@ -21,7 +21,8 @@ ...@@ -21,7 +21,8 @@
#ifndef AVCODEC_MIPS_MATHOPS_H #ifndef AVCODEC_MIPS_MATHOPS_H
#define AVCODEC_MIPS_MATHOPS_H #define AVCODEC_MIPS_MATHOPS_H
#include "config.h" #include <stdint.h>
#include "libavutil/common.h"
#if HAVE_LOONGSON #if HAVE_LOONGSON
......
...@@ -23,7 +23,8 @@ ...@@ -23,7 +23,8 @@
#ifndef AVCODEC_PPC_MATHOPS_H #ifndef AVCODEC_PPC_MATHOPS_H
#define AVCODEC_PPC_MATHOPS_H #define AVCODEC_PPC_MATHOPS_H
#include "config.h" #include <stdint.h>
#include "libavutil/common.h"
#if HAVE_PPC4XX #if HAVE_PPC4XX
/* signed 16x16 -> 32 multiply add accumulate */ /* signed 16x16 -> 32 multiply add accumulate */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment