diff options
author | michael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-02-08 15:54:56 +0000 |
---|---|---|
committer | michael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-02-08 15:54:56 +0000 |
commit | bf9946cee5517b4cbb51991ac6818059f0665788 (patch) | |
tree | 28f7009d9938fb40a50f2724c751933c0de52300 /postproc | |
parent | 36ed45c15b245a50016420031a4175243f47129a (diff) | |
download | mpv-bf9946cee5517b4cbb51991ac6818059f0665788.tar.bz2 mpv-bf9946cee5517b4cbb51991ac6818059f0665788.tar.xz |
fastmemcpy
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4587 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'postproc')
-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 |