# HG changeset patch # User zuxy # Date 1192159063 0 # Node ID 45189040161d5560bc847030c881b6902d5e67a1 # Parent 90302c23df72648c7c4d078a44ece90a828b7112 Reorder #includes to get rid of the FIXME diff -r 90302c23df72 -r 45189040161d libmpcodecs/vf_geq.c --- a/libmpcodecs/vf_geq.c Fri Oct 12 03:14:11 2007 +0000 +++ b/libmpcodecs/vf_geq.c Fri Oct 12 03:17:43 2007 +0000 @@ -27,6 +27,10 @@ #include "mp_msg.h" #include "cpudetect.h" +#include "img_format.h" +#include "mp_image.h" +#include "vf.h" + // Needed to bring in lrintf. #define HAVE_AV_CONFIG_H @@ -35,16 +39,6 @@ #include "libavcodec/eval.h" #include "libavutil/common.h" -/* FIXME: common.h defines fprintf away when HAVE_AV_CONFIG - * is defined, but mp_image.h needs fprintf. - */ -#undef fprintf - -#include "img_format.h" -#include "mp_image.h" -#include "vf.h" - - struct vf_priv_s { AVEvalExpr * e[3]; int framenum;