summaryrefslogtreecommitdiff
path: root/compat/getopt.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-11-07 23:39:23 +0100
committerMichael Niedermayer <michaelni@gmx.at>2013-11-07 23:39:31 +0100
commit48f37664a8b5bc43fc3dad5784f32ea2267d38a9 (patch)
tree68995eab17b6838013d1c74b13d2ef3debaf1ea9 /compat/getopt.c
parent175e689cc5defe74d243ca37bcd74b37447d8716 (diff)
parent86f910806b2c303c43727d357a5b927e662bb3d1 (diff)
downloadffmpeg-48f37664a8b5bc43fc3dad5784f32ea2267d38a9.tar.gz
Merge remote-tracking branch 'qatar/master'
* qatar/master: Remove #undefs for formerly forbidden system functions Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'compat/getopt.c')
-rw-r--r--compat/getopt.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/compat/getopt.c b/compat/getopt.c
index dd082ea2e6..9a9c5421de 100644
--- a/compat/getopt.c
+++ b/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;