Remove hackish support for fastmemcpy from MPlayer.
Originally committed as revision 14764 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
1e8bd10c57
commit
2b409ca9d6
@ -102,11 +102,6 @@
|
|||||||
# define offsetof(T,F) ((unsigned int)((char *)&((T *)0)->F))
|
# define offsetof(T,F) ((unsigned int)((char *)&((T *)0)->F))
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef CONFIG_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.
|
// Use rip-relative addressing if compiling PIC code on x86-64.
|
||||||
#if defined(ARCH_X86_64) && defined(PIC)
|
#if defined(ARCH_X86_64) && defined(PIC)
|
||||||
# define LOCAL_MANGLE(a) #a "(%%rip)"
|
# define LOCAL_MANGLE(a) #a "(%%rip)"
|
||||||
|
Loading…
Reference in New Issue
Block a user