Commit ff558537 authored by Alexander Strange's avatar Alexander Strange

Don't set mm_flags in fft-test, since it doesn't do anything anyway.

Originally committed as revision 13968 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent dafe8824
......@@ -186,10 +186,6 @@ int main(int argc, char **argv)
MDCTContext m1, *m = &m1;
int fft_nbits, fft_size;
#ifndef mm_flags
mm_flags = 0;
#endif
fft_nbits = 9;
for(;;) {
c = getopt(argc, argv, "hsimn:");
......
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