From: Michael Niedermayer Date: Fri, 8 Feb 2002 15:54:56 +0000 (+0000) Subject: fastmemcpy X-Git-Tag: v0.5~18034 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b0db41986722ef646e280902327b9ebb9b87b481;p=platform%2Fupstream%2Flibav.git fastmemcpy Originally committed as revision 4587 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc --- diff --git a/postproc/swscale.c b/postproc/swscale.c index 8152aea..511b10c 100644 --- a/postproc/swscale.c +++ b/postproc/swscale.c @@ -58,6 +58,7 @@ untested special converters #include "../bswap.h" #include "../libvo/img_format.h" #include "rgb2rgb.h" +#include "../libvo/fastmemcpy.h" #undef MOVNTQ #undef PAVGB