From 42610c4983c14cf320267ad4fad5db7c95f203b5 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Mon, 28 May 2007 09:30:41 +0000 Subject: Remove redundant fastmemcpy.h #include, it is indirectly #included by avutil.h. Originally committed as revision 9145 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libpostproc/postprocess.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'libpostproc') diff --git a/libpostproc/postprocess.c b/libpostproc/postprocess.c index 14a66c9560..58a1d62cda 100644 --- a/libpostproc/postprocess.c +++ b/libpostproc/postprocess.c @@ -87,9 +87,6 @@ try to unroll inner for(x=0 ... loop to avoid these damn if(x ... checks //#undef HAVE_MMX //#undef ARCH_X86 //#define DEBUG_BRIGHTNESS -#ifdef USE_FASTMEMCPY -#include "libvo/fastmemcpy.h" -#endif #include "postprocess.h" #include "postprocess_internal.h" -- cgit v1.2.3