diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2012-10-24 22:19:46 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-10-24 22:25:43 +0200 |
commit | f68ff2e0e79c17b906f883513fb6c0661e5e0ad6 (patch) | |
tree | 57b6291b462825725f2c7c0d035ebd7fb72cf268 /tools | |
parent | 95d07f33dc5c43f9cc4a42466e9ce2a85cf4694e (diff) | |
download | ffmpeg-streaming-f68ff2e0e79c17b906f883513fb6c0661e5e0ad6.zip ffmpeg-streaming-f68ff2e0e79c17b906f883513fb6c0661e5e0ad6.tar.gz |
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.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/fourcc2pixfmt.c b/tools/fourcc2pixfmt.c index 8ea6c37..77cb0b6 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 |