mirror of https://git.ffmpeg.org/ffmpeg.git
fourcc2pixfmt: fix compilation
If someone finds a cleaner fix, dont hesitate to revert this! Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
95d07f33dc
commit
f68ff2e0e7
|
@ -28,6 +28,9 @@
|
|||
#include "libavutil/common.h"
|
||||
#include "libavcodec/raw.h"
|
||||
|
||||
#undef printf
|
||||
#undef fprintf
|
||||
|
||||
#if !HAVE_GETOPT
|
||||
#include "compat/getopt.c"
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue