[FFmpeg-cvslog] r14764 - trunk/libavutil/internal.h
diego
subversion
Thu Aug 14 22:40:36 CEST 2008
Author: diego
Date: Thu Aug 14 22:40:36 2008
New Revision: 14764
Log:
Remove hackish support for fastmemcpy from MPlayer.
Modified:
trunk/libavutil/internal.h
Modified: trunk/libavutil/internal.h
==============================================================================
--- trunk/libavutil/internal.h (original)
+++ trunk/libavutil/internal.h Thu Aug 14 22:40:36 2008
@@ -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)"
More information about the ffmpeg-cvslog
mailing list