Commit 2a3079a1 authored by diego's avatar diego

Remove hackish support for fastmemcpy from MPlayer.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@14764 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent e96a4b0f
......@@ -102,11 +102,6 @@
# define offsetof(T,F) ((unsigned int)((char *)&((T *)0)->F))
#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.
#if defined(ARCH_X86_64) && defined(PIC)
# define LOCAL_MANGLE(a) #a "(%%rip)"
......
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