diff ppc/mathops.h @ 10077:5bf12cdf0cb6 libavcodec

Include required headers in {mips,ppc}/mathops.h
author mru
date Sun, 23 Aug 2009 11:02:41 +0000
parents d762f9979193
children 25136467a218
line wrap: on
line diff
--- 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 */