[FFmpeg-cvslog] r13940 - trunk/libavcodec/fft-test.c

diego subversion
Tue Jun 24 11:00:58 CEST 2008


Author: diego
Date: Tue Jun 24 11:00:58 2008
New Revision: 13940

Log:
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


Modified:
   trunk/libavcodec/fft-test.c

Modified: trunk/libavcodec/fft-test.c
==============================================================================
--- trunk/libavcodec/fft-test.c	(original)
+++ trunk/libavcodec/fft-test.c	Tue Jun 24 11:00:58 2008
@@ -33,8 +33,6 @@
 #undef exit
 #undef random
 
-int mm_flags;
-
 /* reference fft */
 
 #define MUL16(a,b) ((a) * (b))




More information about the ffmpeg-cvslog mailing list