mirror of
https://github.com/mpv-player/mpv
synced 2025-01-05 03:06:28 +01:00
On non-x86 platforms, memcpy was re-implemented in mplayer and was called
recursive. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8128 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
ae990671dc
commit
a7ad5bd2ff
@ -148,6 +148,7 @@ void * fast_memcpy(void * to, const void * from, size_t len)
|
||||
return to;
|
||||
}
|
||||
|
||||
#undef mem2agpcpy
|
||||
void * mem2agpcpy(void * to, const void * from, size_t len)
|
||||
{
|
||||
#ifdef RUNTIME_CPUDETECT
|
||||
|
Loading…
Reference in New Issue
Block a user