diff options
author | Fabrice Bellard <fabrice@bellard.org> | 2003-01-07 23:49:40 +0000 |
---|---|---|
committer | Fabrice Bellard <fabrice@bellard.org> | 2003-01-07 23:49:40 +0000 |
commit | e366e6795d6e2343a744458f945a396171b07bd8 (patch) | |
tree | 0521e8fa43817f10f4015b90dbf6be9a896dda91 /libavcodec/motion_test.c | |
parent | 9ebc63a96743385b9e4eec89321fd6ac931b74cd (diff) | |
download | ffmpeg-e366e6795d6e2343a744458f945a396171b07bd8.tar.gz |
suppressed getopt.h
Originally committed as revision 1422 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/motion_test.c')
-rw-r--r-- | libavcodec/motion_test.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/motion_test.c b/libavcodec/motion_test.c index 14df28e8ea..6151ef9896 100644 --- a/libavcodec/motion_test.c +++ b/libavcodec/motion_test.c @@ -4,7 +4,6 @@ #include <string.h> #include <sys/time.h> #include <unistd.h> -#include <getopt.h> #include "dsputil.h" |