Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2012-10-25 00:19:46 +0400
committerMichael Niedermayer <michaelni@gmx.at>2012-10-25 00:25:43 +0400
commitf68ff2e0e79c17b906f883513fb6c0661e5e0ad6 (patch)
tree57b6291b462825725f2c7c0d035ebd7fb72cf268 /tools
parent95d07f33dc5c43f9cc4a42466e9ce2a85cf4694e (diff)
fourcc2pixfmt: fix compilation
If someone finds a cleaner fix, dont hesitate to revert this! Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'tools')
-rw-r--r--tools/fourcc2pixfmt.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/fourcc2pixfmt.c b/tools/fourcc2pixfmt.c
index 8ea6c379d8..77cb0b6103 100644
--- a/tools/fourcc2pixfmt.c
+++ b/tools/fourcc2pixfmt.c
@@ -28,6 +28,9 @@
#include "libavutil/common.h"
#include "libavcodec/raw.h"
+#undef printf
+#undef fprintf
+
#if !HAVE_GETOPT
#include "compat/getopt.c"
#endif