mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2025-04-04 16:31:40 +00:00
Part of MPlayer patch:
"Replace implicit use of fast_memcpy via macro by explicit use to allow for future optimization." This is not yet done for ffmpeg when compiled within MPlayer. Originally committed as revision 9225 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
83bc90dcfd
commit
6f74b71ef0
@ -108,6 +108,7 @@
|
|||||||
|
|
||||||
#ifdef USE_FASTMEMCPY
|
#ifdef USE_FASTMEMCPY
|
||||||
# include "libvo/fastmemcpy.h"
|
# include "libvo/fastmemcpy.h"
|
||||||
|
# define memcpy(a,b,c) fast_memcpy(a,b,c)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Use rip-relative addressing if compiling PIC code on x86-64.
|
// Use rip-relative addressing if compiling PIC code on x86-64.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user