diff libvo/aclib.c @ 8127:e7153e62a7f4

On non-x86 platforms, memcpy was re-implemented in mplayer and was called recursive.
author jkeil
date Thu, 07 Nov 2002 19:32:00 +0000
parents 9fc45fe0d444
children 4b8417674f1c
line wrap: on
line diff
--- a/libvo/aclib.c	Thu Nov 07 10:21:18 2002 +0000
+++ b/libvo/aclib.c	Thu Nov 07 19:32:00 2002 +0000
@@ -148,6 +148,7 @@
 	return to;
 }
 
+#undef	mem2agpcpy
 void * mem2agpcpy(void * to, const void * from, size_t len)
 {
 #ifdef RUNTIME_CPUDETECT