diff libmpcodecs/vf_mcdeint.c @ 28329:ed42e982e79f

Fix compilation after DECLARE_ASM_CONST/DECLARE_ALIGNED moving within FFmpeg.
author diego
date Sun, 25 Jan 2009 22:34:26 +0000
parents 82601a38e2a7
children df67d03dde3b
line wrap: on
line diff
--- a/libmpcodecs/vf_mcdeint.c	Sun Jan 25 22:12:42 2009 +0000
+++ b/libmpcodecs/vf_mcdeint.c	Sun Jan 25 22:34:26 2009 +0000
@@ -56,10 +56,15 @@
 #include "mp_msg.h"
 #include "cpudetect.h"
 
+#include "libavutil/internal.h"
 #include "libavutil/intreadwrite.h"
 #include "libavcodec/avcodec.h"
 #include "libavcodec/dsputil.h"
 
+#undef fprintf
+#undef free
+#undef malloc
+
 #ifdef HAVE_MALLOC_H
 #include <malloc.h>
 #endif