comparison fft-test.c @ 980:0c32f81b42b2 libavcodec

suppressed getopt.h
author bellard
date Tue, 07 Jan 2003 23:49:40 +0000
parents d12d0c93d1e2
children b32afefe7d33
comparison
equal deleted inserted replaced
979:979f3cbd08a2 980:0c32f81b42b2
1 /* FFT and MDCT tests */ 1 /* FFT and MDCT tests */
2 #include "dsputil.h" 2 #include "dsputil.h"
3 #include <math.h> 3 #include <math.h>
4 #include <getopt.h> 4 #include <unistd.h>
5 #include <sys/time.h> 5 #include <sys/time.h>
6 6
7 int mm_flags; 7 int mm_flags;
8 8
9 /* reference fft */ 9 /* reference fft */