From b0db41986722ef646e280902327b9ebb9b87b481 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Fri, 8 Feb 2002 15:54:56 +0000 Subject: [PATCH] fastmemcpy Originally committed as revision 4587 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc --- postproc/swscale.c | 1 + 1 file changed, 1 insertion(+) diff --git a/postproc/swscale.c b/postproc/swscale.c index 8152aeace3..511b10c317 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