0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00

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:
lu_zero 2007-06-10 21:58:30 +00:00
parent d2ef110c8a
commit 9c5ce32cad

View File

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