diff --git a/vhook/fish.c b/vhook/fish.c index 0e79eacc3b..bd05b987b4 100644 --- a/vhook/fish.c +++ b/vhook/fish.c @@ -48,6 +48,7 @@ #include "libavformat/framehook.h" #include "libavcodec/dsputil.h" #include "libswscale/swscale.h" +#undef fprintf static int sws_flags = SWS_BICUBIC; diff --git a/vhook/ppm.c b/vhook/ppm.c index d9986c81fb..0e37ac412e 100644 --- a/vhook/ppm.c +++ b/vhook/ppm.c @@ -29,6 +29,7 @@ #include "libavformat/framehook.h" #include "libavformat/avformat.h" #include "libswscale/swscale.h" +#undef fprintf static int sws_flags = SWS_BICUBIC;