From f7813a5324be39d13ab536c245d15dfc602a7849 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Sun, 29 Dec 2013 12:19:38 +0000 Subject: basic type mechanism working --- ffmpeg/compat/getopt.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'ffmpeg/compat/getopt.c') diff --git a/ffmpeg/compat/getopt.c b/ffmpeg/compat/getopt.c index dd082ea..9a9c542 100644 --- a/ffmpeg/compat/getopt.c +++ b/ffmpeg/compat/getopt.c @@ -38,8 +38,6 @@ static int optind = 1; static int optopt; static char *optarg; -#undef fprintf - static int getopt(int argc, char *argv[], char *opts) { static int sp = 1; -- cgit v1.2.3