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
This commit is contained in:
Diego Biurrun 2008-06-24 09:00:58 +00:00
parent 14c43f918f
commit 941b1258b8
1 changed files with 0 additions and 2 deletions

View File

@ -33,8 +33,6 @@
#undef exit
#undef random
int mm_flags;
/* reference fft */
#define MUL16(a,b) ((a) * (b))