1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

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

View File

@ -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))