diff options
author | Fabrice Bellard | 2003-01-07 23:49:40 +0000 |
---|---|---|
committer | Fabrice Bellard | 2003-01-07 23:49:40 +0000 |
commit | e366e6795d6e2343a744458f945a396171b07bd8 (patch) | |
tree | 0521e8fa43817f10f4015b90dbf6be9a896dda91 /libavcodec/fft-test.c | |
parent | 9ebc63a96743385b9e4eec89321fd6ac931b74cd (diff) |
suppressed getopt.h
Originally committed as revision 1422 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/fft-test.c')
-rw-r--r-- | libavcodec/fft-test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/fft-test.c b/libavcodec/fft-test.c index 55bcd8a188..98a38e1f95 100644 --- a/libavcodec/fft-test.c +++ b/libavcodec/fft-test.c @@ -1,7 +1,7 @@ /* FFT and MDCT tests */ #include "dsputil.h" #include <math.h> -#include <getopt.h> +#include <unistd.h> #include <sys/time.h> int mm_flags; |