comparison postprocess.c @ 12:e718a1049f9e libpostproc

Explicitly include fastmemcpy.h from libvo/.
author diego
date Fri, 18 Aug 2006 13:38:24 +0000
parents a4a3c84fe72f
children ac05bfe3da66
comparison
equal deleted inserted replaced
11:62779b5a2d0a 12:e718a1049f9e
83 //#define HAVE_3DNOW 83 //#define HAVE_3DNOW
84 //#undef HAVE_MMX 84 //#undef HAVE_MMX
85 //#undef ARCH_X86 85 //#undef ARCH_X86
86 //#define DEBUG_BRIGHTNESS 86 //#define DEBUG_BRIGHTNESS
87 #ifdef USE_FASTMEMCPY 87 #ifdef USE_FASTMEMCPY
88 #include "fastmemcpy.h" 88 #include "libvo/fastmemcpy.h"
89 #endif 89 #endif
90 #include "postprocess.h" 90 #include "postprocess.h"
91 #include "postprocess_internal.h" 91 #include "postprocess_internal.h"
92 92
93 #include "mangle.h" //FIXME should be supressed 93 #include "mangle.h" //FIXME should be supressed