aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/fft-test.c
diff options
context:
space:
mode:
authorFabrice Bellard <fabrice@bellard.org>2003-01-07 23:49:40 +0000
committerFabrice Bellard <fabrice@bellard.org>2003-01-07 23:49:40 +0000
commite366e6795d6e2343a744458f945a396171b07bd8 (patch)
tree0521e8fa43817f10f4015b90dbf6be9a896dda91 /libavcodec/fft-test.c
parent9ebc63a96743385b9e4eec89321fd6ac931b74cd (diff)
downloadandroid_external_ffmpeg-e366e6795d6e2343a744458f945a396171b07bd8.tar.gz
android_external_ffmpeg-e366e6795d6e2343a744458f945a396171b07bd8.tar.bz2
android_external_ffmpeg-e366e6795d6e2343a744458f945a396171b07bd8.zip
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.c2
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;