diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2002-02-08 15:54:56 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2002-02-08 15:54:56 +0000 |
commit | b0db41986722ef646e280902327b9ebb9b87b481 (patch) | |
tree | f84612c1e2e89c8158f68d205ef51a519c155b14 /postproc/swscale.c | |
parent | 4bb3fa5e4f4ac7a95ac89faf7991c291567af625 (diff) | |
download | ffmpeg-b0db41986722ef646e280902327b9ebb9b87b481.tar.gz |
fastmemcpy
Originally committed as revision 4587 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
Diffstat (limited to 'postproc/swscale.c')
-rw-r--r-- | postproc/swscale.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 |