# HG changeset patch # User jkeil # Date 1036697520 0 # Node ID e7153e62a7f4462dc781c562547bd3df22dde89d # Parent 62d00d1c624e9f3fd3d580e0a4fc4a2ba986b311 On non-x86 platforms, memcpy was re-implemented in mplayer and was called recursive. diff -r 62d00d1c624e -r e7153e62a7f4 libvo/aclib.c --- 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