[Mplayer-cvslog] CVS: main/libvo aclib.c,1.10,1.11
Reimar Döffinger CVS
syncmail at mplayerhq.hu
Thu May 20 23:34:13 CEST 2004
CVS change done by Reimar Döffinger CVS
Update of /cvsroot/mplayer/main/libvo
In directory mail:/var2/tmp/cvs-serv21302
Modified Files:
aclib.c
Log Message:
fix crash due to fast_memcpy calling itself instead of libc memcpy
Index: aclib.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/aclib.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- aclib.c 7 Nov 2002 19:32:00 -0000 1.10
+++ aclib.c 20 May 2004 21:34:10 -0000 1.11
@@ -10,6 +10,7 @@
#include <stddef.h>
#include "../cpudetect.h"
#include "fastmemcpy.h"
+#undef memcpy
#define BLOCK_SIZE 4096
#define CONFUSION_FACTOR 0
More information about the MPlayer-cvslog
mailing list