[Mplayer-cvslog] CVS: main/libvo aclib.c,1.9,1.10

Jürgen Keil CVS jkeil at mplayerhq.hu
Thu Nov 7 20:32:21 CET 2002


Update of /cvsroot/mplayer/main/libvo
In directory mail:/var/tmp.root/cvs-serv13043

Modified Files:
	aclib.c 
Log Message:
On non-x86 platforms, memcpy was re-implemented in mplayer and was called
recursive.


Index: aclib.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/aclib.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- aclib.c	6 Nov 2002 23:54:27 -0000	1.9
+++ aclib.c	7 Nov 2002 19:32:00 -0000	1.10
@@ -148,6 +148,7 @@
 	return to;
 }
 
+#undef	mem2agpcpy
 void * mem2agpcpy(void * to, const void * from, size_t len)
 {
 #ifdef RUNTIME_CPUDETECT




More information about the MPlayer-cvslog mailing list