From 199436b952c198e14d53a389438e232ef60f1982 Mon Sep 17 00:00:00 2001 From: Aurelien Jacobs Date: Sun, 18 Jan 2009 22:57:40 +0000 Subject: moves mid_pred() into mathops.h (with arch specific code split by directory) Originally committed as revision 16681 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/wmv2dec.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/wmv2dec.c') diff --git a/libavcodec/wmv2dec.c b/libavcodec/wmv2dec.c index 696d73bcce..e5d8269e0f 100644 --- a/libavcodec/wmv2dec.c +++ b/libavcodec/wmv2dec.c @@ -21,6 +21,7 @@ #include "avcodec.h" #include "dsputil.h" #include "mpegvideo.h" +#include "mathops.h" #include "msmpeg4.h" #include "msmpeg4data.h" #include "intrax8.h" -- cgit v1.2.3