Include required headers in {mips,ppc}/mathops.h
authorMåns Rullgård <mans@mansr.com>
Sun, 23 Aug 2009 11:02:41 +0000 (11:02 +0000)
committerMåns Rullgård <mans@mansr.com>
Sun, 23 Aug 2009 11:02:41 +0000 (11:02 +0000)
Originally committed as revision 19686 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/mips/mathops.h
libavcodec/ppc/mathops.h

index e763f7b..b281e5f 100644 (file)
@@ -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
 
index 1dcc09a..51311fa 100644 (file)
@@ -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 */