comparison mips/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
20 20
21 #ifndef AVCODEC_MIPS_MATHOPS_H 21 #ifndef AVCODEC_MIPS_MATHOPS_H
22 #define AVCODEC_MIPS_MATHOPS_H 22 #define AVCODEC_MIPS_MATHOPS_H
23 23
24 #include <stdint.h> 24 #include <stdint.h>
25 #include "config.h"
25 #include "libavutil/common.h" 26 #include "libavutil/common.h"
26 27
27 #if HAVE_LOONGSON 28 #if HAVE_LOONGSON
28 29
29 static inline av_const int64_t MAC64(int64_t d, int a, int b) 30 static inline av_const int64_t MAC64(int64_t d, int a, int b)