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