Commit 4d0d18a8 authored by diego's avatar diego

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


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13940 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent f98b8287
...@@ -33,8 +33,6 @@ ...@@ -33,8 +33,6 @@
#undef exit #undef exit
#undef random #undef random
int mm_flags;
/* reference fft */ /* reference fft */
#define MUL16(a,b) ((a) * (b)) #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