diff options
author | Aurelien Jacobs <aurel@gnuage.org> | 2009-01-18 22:57:40 +0000 |
---|---|---|
committer | Aurelien Jacobs <aurel@gnuage.org> | 2009-01-18 22:57:40 +0000 |
commit | 199436b952c198e14d53a389438e232ef60f1982 (patch) | |
tree | a4f1f4426da39f1af73f474f8df7c430025a2044 /libavcodec/wmv2dec.c | |
parent | 48a81c0ff591347e58b9402534c5cf596ddf0072 (diff) | |
download | ffmpeg-199436b952c198e14d53a389438e232ef60f1982.tar.gz |
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
Diffstat (limited to 'libavcodec/wmv2dec.c')
-rw-r--r-- | libavcodec/wmv2dec.c | 1 |
1 files changed, 1 insertions, 0 deletions
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" |