mirror of
https://github.com/mpv-player/mpv
synced 2025-01-27 10:03:32 +00: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;
|
return to;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#undef mem2agpcpy
|
||||||
void * mem2agpcpy(void * to, const void * from, size_t len)
|
void * mem2agpcpy(void * to, const void * from, size_t len)
|
||||||
{
|
{
|
||||||
#ifdef RUNTIME_CPUDETECT
|
#ifdef RUNTIME_CPUDETECT
|
||||||
|
Loading…
Reference in New Issue
Block a user