diff h263.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 b20c590170cc
children 04423b2f6e0b
line wrap: on
line diff
--- a/h263.c	Sun Jan 18 20:43:11 2009 +0000
+++ b/h263.c	Sun Jan 18 22:57:40 2009 +0000
@@ -39,6 +39,7 @@
 #include "mpegvideo.h"
 #include "h263data.h"
 #include "mpeg4data.h"
+#include "mathops.h"
 
 //#undef NDEBUG
 //#include <assert.h>