From f68ff2e0e79c17b906f883513fb6c0661e5e0ad6 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Wed, 24 Oct 2012 22:19:46 +0200 Subject: fourcc2pixfmt: fix compilation If someone finds a cleaner fix, dont hesitate to revert this! Signed-off-by: Michael Niedermayer --- tools/fourcc2pixfmt.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tools') 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 -- cgit v1.2.3