[FFmpeg-cvslog] getopt: Remove an unnecessary define
Martin Storsjö
git at videolan.org
Fri Aug 17 17:10:46 CEST 2012
ffmpeg | branch: master | Martin Storsjö <martin at martin.st> | Thu Aug 16 22:14:52 2012 +0300| [962e912a496dd868055291a4e1e9902e6fb2b245] | committer: Martin Storsjö
getopt: Remove an unnecessary define
Signed-off-by: Martin Storsjö <martin at martin.st>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=962e912a496dd868055291a4e1e9902e6fb2b245
---
compat/getopt.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/compat/getopt.c b/compat/getopt.c
index c7f8ef3..3e7d3e2 100644
--- a/compat/getopt.c
+++ b/compat/getopt.c
@@ -33,8 +33,6 @@
#include <stdio.h>
#include <string.h>
-#define EOF (-1)
-
static int opterr = 1;
static int optind = 1;
static int optopt;
More information about the ffmpeg-cvslog
mailing list