1
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:
jkeil 2002-11-07 19:32:00 +00:00
parent ae990671dc
commit a7ad5bd2ff

View File

@ -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