projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
83bc90d
)
Part of MPlayer patch:
author
Reimar Döffinger
<Reimar.Doeffinger@gmx.de>
Tue, 5 Jun 2007 14:33:27 +0000
(14:33 +0000)
committer
Reimar Döffinger
<Reimar.Doeffinger@gmx.de>
Tue, 5 Jun 2007 14:33:27 +0000
(14:33 +0000)
"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
libavutil/internal.h
patch
|
blob
|
history
diff --git
a/libavutil/internal.h
b/libavutil/internal.h
index d77170a257d09fef5ff3a47766a1c8524b6bc39a..67f9fe6d9e9678fe540376ebcb787fa771f1c79d 100644
(file)
--- a/
libavutil/internal.h
+++ b/
libavutil/internal.h
@@
-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.