From 941b1258b8c988bbe5e089699817a204462682da Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Tue, 24 Jun 2008 09:00:58 +0000 Subject: [PATCH] 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 Originally committed as revision 13940 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/fft-test.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/libavcodec/fft-test.c b/libavcodec/fft-test.c index 8ac04611aa..88aab487ae 100644 --- a/libavcodec/fft-test.c +++ b/libavcodec/fft-test.c @@ -33,8 +33,6 @@ #undef exit #undef random -int mm_flags; - /* reference fft */ #define MUL16(a,b) ((a) * (b))