Browse Source

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
tags/v0.5
Reimar Döffinger 18 years ago
parent
commit
6f74b71ef0
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavutil/internal.h

+ 1
- 0
libavutil/internal.h View File

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


Loading…
Cancel
Save