changeset 536:5aa27a4a9e45 libavutil

USE_FASTMEMCPY is now called CONFIG_FASTMEMCPY in MPlayer.
author diego
date Wed, 30 Jul 2008 12:02:22 +0000
parents 4ea718352036
children 2862fa9da110
files internal.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/internal.h	Mon Jul 28 15:47:06 2008 +0000
+++ b/internal.h	Wed Jul 30 12:02:22 2008 +0000
@@ -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