comparison postprocess.c @ 46:a25e5fd9d997 libpostproc

Remove redundant fastmemcpy.h #include, it is indirectly #included by avutil.h.
author diego
date Mon, 28 May 2007 09:30:41 +0000
parents 0e28dba3f9e7
children 72675332ed82
comparison
equal deleted inserted replaced
45:0e28dba3f9e7 46:a25e5fd9d997
85 //#undef HAVE_MMX2 85 //#undef HAVE_MMX2
86 //#define HAVE_3DNOW 86 //#define HAVE_3DNOW
87 //#undef HAVE_MMX 87 //#undef HAVE_MMX
88 //#undef ARCH_X86 88 //#undef ARCH_X86
89 //#define DEBUG_BRIGHTNESS 89 //#define DEBUG_BRIGHTNESS
90 #ifdef USE_FASTMEMCPY
91 #include "libvo/fastmemcpy.h"
92 #endif
93 #include "postprocess.h" 90 #include "postprocess.h"
94 #include "postprocess_internal.h" 91 #include "postprocess_internal.h"
95 92
96 #include "mangle.h" //FIXME should be supressed 93 #include "mangle.h" //FIXME should be supressed
97 94