diff x86/dsputilenc_mmx.c @ 8627:d6bab465b82c libavcodec

moves mid_pred() into mathops.h (with arch specific code split by directory)
author aurel
date Sun, 18 Jan 2009 22:57:40 +0000
parents 68e959302527
children 04423b2f6e0b
line wrap: on
line diff
--- a/x86/dsputilenc_mmx.c	Sun Jan 18 20:43:11 2009 +0000
+++ b/x86/dsputilenc_mmx.c	Sun Jan 18 22:57:40 2009 +0000
@@ -25,6 +25,7 @@
 #include "libavutil/x86_cpu.h"
 #include "libavcodec/dsputil.h"
 #include "libavcodec/mpegvideo.h"
+#include "libavcodec/mathops.h"
 #include "dsputil_mmx.h"