comparison fft-test.c @ 7124:ee76d7ee5fcd libavcodec

Remove redundant mm_flags declaration, fixes the warning: libavcodec.a(dsputil_ppc.o): warning: definition of `mm_flags' overriding common fft-test.o: warning: common is here
author diego
date Tue, 24 Jun 2008 09:00:58 +0000
parents f5d2349dccd7
children 6bd6a2da306e
comparison
equal deleted inserted replaced
7123:b780413ce2fa 7124:ee76d7ee5fcd
30 #include <stdlib.h> 30 #include <stdlib.h>
31 #include <string.h> 31 #include <string.h>
32 32
33 #undef exit 33 #undef exit
34 #undef random 34 #undef random
35
36 int mm_flags;
37 35
38 /* reference fft */ 36 /* reference fft */
39 37
40 #define MUL16(a,b) ((a) * (b)) 38 #define MUL16(a,b) ((a) * (b))
41 39