summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libavutil/internal.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/libavutil/internal.h b/libavutil/internal.h
index 71a353ecda..798c55b87a 100644
--- a/libavutil/internal.h
+++ b/libavutil/internal.h
@@ -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)"