# HG changeset patch # User reimar # Date 1085088850 0 # Node ID 4b8417674f1c4db3caaafc04eaac5f90fe747629 # Parent 18636789b46032f7869ff324abc5d90757cbb722 fix crash due to fast_memcpy calling itself instead of libc memcpy diff -r 18636789b460 -r 4b8417674f1c libvo/aclib.c --- a/libvo/aclib.c Thu May 20 21:22:07 2004 +0000 +++ b/libvo/aclib.c Thu May 20 21:34:10 2004 +0000 @@ -10,6 +10,7 @@ #include #include "../cpudetect.h" #include "fastmemcpy.h" +#undef memcpy #define BLOCK_SIZE 4096 #define CONFUSION_FACTOR 0