diff imgresample.c @ 5077:cf6608b00186 libavcodec

Remove redundant fastmemcpy.h #include, it is indirectly #included by avutil.h.
author diego
date Mon, 28 May 2007 09:30:41 +0000
parents 4ffb80ba1d2a
children a81dc8cc24fa
line wrap: on
line diff
--- a/imgresample.c	Sun May 27 22:34:49 2007 +0000
+++ b/imgresample.c	Mon May 28 09:30:41 2007 +0000
@@ -28,10 +28,6 @@
 #include "swscale.h"
 #include "dsputil.h"
 
-#ifdef USE_FASTMEMCPY
-#include "libvo/fastmemcpy.h"
-#endif
-
 #define NB_COMPONENTS 3
 
 #define PHASE_BITS 4