Mercurial > mplayer.hg
diff libmpcodecs/vf_perspective.c @ 23373:f8d4f8eff72b
Remove useless fastmemcpy.h include for filters that do not even do any memcpy.
author | reimar |
---|---|
date | Sun, 27 May 2007 20:36:04 +0000 |
parents | 20aca9baf5d8 |
children | 00fff9a3b735 |
line wrap: on
line diff
--- a/libmpcodecs/vf_perspective.c Sun May 27 12:06:08 2007 +0000 +++ b/libmpcodecs/vf_perspective.c Sun May 27 20:36:04 2007 +0000 @@ -33,7 +33,6 @@ #include "img_format.h" #include "mp_image.h" #include "vf.h" -#include "libvo/fastmemcpy.h" #define SUB_PIXEL_BITS 8 #define SUB_PIXELS (1<<SUB_PIXEL_BITS)