Commit 68597897 authored by reimar's avatar reimar

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 compiler within MPlayer.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@9225 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 3d1c5df4
......@@ -108,6 +108,7 @@
#ifdef USE_FASTMEMCPY
# include "libvo/fastmemcpy.h"
# define memcpy(a,b,c) fast_memcpy(a,b,c)
#endif
// Use rip-relative addressing if compiling PIC code on x86-64.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment