mirror of https://github.com/mpv-player/mpv
avoid utter breakage on non-x86, patch from Chris Roccati <roccati@at@pobox.dot.com>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23543 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
d2ef110c8a
commit
9c5ce32cad
|
@ -112,6 +112,7 @@
|
|||
#endif // CAN_COMPILE_X86_ASM
|
||||
|
||||
|
||||
#undef fast_memcpy
|
||||
void * fast_memcpy(void * to, const void * from, size_t len)
|
||||
{
|
||||
#ifdef RUNTIME_CPUDETECT
|
||||
|
|
Loading…
Reference in New Issue