Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2008-06-24 13:00:58 +0400
committerDiego Biurrun <diego@biurrun.de>2008-06-24 13:00:58 +0400
commit941b1258b8c988bbe5e089699817a204462682da (patch)
treee76f6ef1b0ed97f469e4ecbf0d9b43776404f96c /libavcodec/fft-test.c
parent14c43f918f60d8a0a8decc628696e57415bfa000 (diff)
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
Diffstat (limited to 'libavcodec/fft-test.c')
-rw-r--r--libavcodec/fft-test.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/fft-test.c b/libavcodec/fft-test.c
index 8ac04611aa..88aab487ae 100644
--- a/libavcodec/fft-test.c
+++ b/libavcodec/fft-test.c
@@ -33,8 +33,6 @@
#undef exit
#undef random
-int mm_flags;
-
/* reference fft */
#define MUL16(a,b) ((a) * (b))