comparison ppc/mathops.h @ 10080:25136467a218 libavcodec

Add necessary #include for config.h.
author diego
date Mon, 24 Aug 2009 10:59:14 +0000
parents 5bf12cdf0cb6
children
comparison
equal deleted inserted replaced
10079:71ead14665e3 10080:25136467a218
22 22
23 #ifndef AVCODEC_PPC_MATHOPS_H 23 #ifndef AVCODEC_PPC_MATHOPS_H
24 #define AVCODEC_PPC_MATHOPS_H 24 #define AVCODEC_PPC_MATHOPS_H
25 25
26 #include <stdint.h> 26 #include <stdint.h>
27 #include "config.h"
27 #include "libavutil/common.h" 28 #include "libavutil/common.h"
28 29
29 #if HAVE_PPC4XX 30 #if HAVE_PPC4XX
30 /* signed 16x16 -> 32 multiply add accumulate */ 31 /* signed 16x16 -> 32 multiply add accumulate */
31 #define MAC16(rt, ra, rb) \ 32 #define MAC16(rt, ra, rb) \