changeset 12492:4b8417674f1c

fix crash due to fast_memcpy calling itself instead of libc memcpy
author reimar
date Thu, 20 May 2004 21:34:10 +0000
parents 18636789b460
children 6b11ffd069cf
files libvo/aclib.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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 <stddef.h>
 #include "../cpudetect.h"
 #include "fastmemcpy.h"
+#undef memcpy
 
 #define BLOCK_SIZE 4096
 #define CONFUSION_FACTOR 0