]> git.sesse.net Git - ffmpeg/blobdiff - compat/getopt.c
Merge commit '30be1ea33e5525266ad871bed60b1893a53caeaf'
[ffmpeg] / compat / getopt.c
index dd082ea2e684cb56d9f0dfc0741a27a8288e6ea1..9a9c5421dea585cf52c308e5d2e77c8475501991 100644 (file)
@@ -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;