Commit 941b1258 authored by Diego Biurrun's avatar Diego Biurrun

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
parent 14c43f91
......@@ -33,8 +33,6 @@
#undef exit
#undef random
int mm_flags;
/* reference fft */
#define MUL16(a,b) ((a) * (b))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment