mirror of
https://github.com/mpv-player/mpv
synced 2024-11-14 22:48:35 +01:00
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
This commit is contained in:
parent
6df33d76fe
commit
47eb1875d0
@ -10,6 +10,7 @@
|
||||
#include <stddef.h>
|
||||
#include "../cpudetect.h"
|
||||
#include "fastmemcpy.h"
|
||||
#undef memcpy
|
||||
|
||||
#define BLOCK_SIZE 4096
|
||||
#define CONFUSION_FACTOR 0
|
||||
|
Loading…
Reference in New Issue
Block a user