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:
parent
14c43f918f
commit
941b1258b8
@ -33,8 +33,6 @@
|
||||
#undef exit
|
||||
#undef random
|
||||
|
||||
int mm_flags;
|
||||
|
||||
/* reference fft */
|
||||
|
||||
#define MUL16(a,b) ((a) * (b))
|
||||
|
Loading…
Reference in New Issue
Block a user