mirror of
https://github.com/mpv-player/mpv
synced 2025-02-02 13:12:05 +00:00
memcpy must return destination ptr patch by Adam <adam@cfar.umd.edu>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5544 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
af5d80aedc
commit
ee10c93a02
@ -144,6 +144,7 @@ inline void * fast_memcpy(void * to, const void * from, size_t len)
|
||||
#endif
|
||||
|
||||
#endif //!RUNTIME_CPUDETECT
|
||||
return to;
|
||||
}
|
||||
|
||||
inline void * mem2agpcpy(void * to, const void * from, size_t len)
|
||||
|
Loading…
Reference in New Issue
Block a user