# HG changeset patch # User diego # Date 1155908304 0 # Node ID e718a1049f9e30c9bbe0b672f60da25ad8def0fa # Parent 62779b5a2d0adade7231d793dcd5808277ad4e4a Explicitly include fastmemcpy.h from libvo/. diff -r 62779b5a2d0a -r e718a1049f9e postprocess.c --- a/postprocess.c Thu Aug 17 16:32:08 2006 +0000 +++ b/postprocess.c Fri Aug 18 13:38:24 2006 +0000 @@ -85,7 +85,7 @@ //#undef ARCH_X86 //#define DEBUG_BRIGHTNESS #ifdef USE_FASTMEMCPY -#include "fastmemcpy.h" +#include "libvo/fastmemcpy.h" #endif #include "postprocess.h" #include "postprocess_internal.h"