summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-05-20 21:34:10 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-05-20 21:34:10 +0000
commit47eb1875d0942ae756c6204126a23e4797ff1a16 (patch)
tree987dc3192f4ffc375deb8afc3eec8b0aa2d16450 /libvo
parent6df33d76fe52175fb2528cfa05ce8259de6f1304 (diff)
downloadmpv-47eb1875d0942ae756c6204126a23e4797ff1a16.tar.bz2
mpv-47eb1875d0942ae756c6204126a23e4797ff1a16.tar.xz
fix crash due to fast_memcpy calling itself instead of libc memcpy
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12493 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r--libvo/aclib.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libvo/aclib.c b/libvo/aclib.c
index 5959b7326a..b1feb84c6a 100644
--- a/libvo/aclib.c
+++ b/libvo/aclib.c
@@ -10,6 +10,7 @@
#include <stddef.h>
#include "../cpudetect.h"
#include "fastmemcpy.h"
+#undef memcpy
#define BLOCK_SIZE 4096
#define CONFUSION_FACTOR 0