summaryrefslogtreecommitdiff
path: root/ffmpeg/compat/getopt.c
diff options
context:
space:
mode:
Diffstat (limited to 'ffmpeg/compat/getopt.c')
-rw-r--r--ffmpeg/compat/getopt.c2
1 files changed, 0 insertions, 2 deletions
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;