[FFmpeg-cvslog] r14475 - trunk/libavutil/internal.h
diego
subversion
Wed Jul 30 14:02:22 CEST 2008
Author: diego
Date: Wed Jul 30 14:02:22 2008
New Revision: 14475
Log:
USE_FASTMEMCPY is now called CONFIG_FASTMEMCPY in MPlayer.
Modified:
trunk/libavutil/internal.h
Modified: trunk/libavutil/internal.h
==============================================================================
--- trunk/libavutil/internal.h (original)
+++ trunk/libavutil/internal.h Wed Jul 30 14:02:22 2008
@@ -106,7 +106,7 @@
# define offsetof(T,F) ((unsigned int)((char *)&((T *)0)->F))
#endif
-#ifdef USE_FASTMEMCPY
+#ifdef CONFIG_FASTMEMCPY
# include "libvo/fastmemcpy.h"
# define memcpy(a,b,c) fast_memcpy(a,b,c)
#endif
More information about the ffmpeg-cvslog
mailing list