diff vc1.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 b1663f732e67
children 2d7269e13a8d
line wrap: on
line diff
--- a/vc1.c	Sun Jan 18 20:43:11 2009 +0000
+++ b/vc1.c	Sun Jan 18 22:57:40 2009 +0000
@@ -34,6 +34,7 @@
 #include "msmpeg4data.h"
 #include "unary.h"
 #include "simple_idct.h"
+#include "mathops.h"
 
 #undef NDEBUG
 #include <assert.h>