Mercurial > libpostproc.hg
diff 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 |
line wrap: on
line diff
--- a/postprocess.c Thu May 17 09:30:38 2007 +0000 +++ b/postprocess.c Mon May 28 09:30:41 2007 +0000 @@ -87,9 +87,6 @@ //#undef HAVE_MMX //#undef ARCH_X86 //#define DEBUG_BRIGHTNESS -#ifdef USE_FASTMEMCPY -#include "libvo/fastmemcpy.h" -#endif #include "postprocess.h" #include "postprocess_internal.h"
