changeset 800:dc6cdb87229a

USE_FASTMEMCPY bug fixed.
author pontscho
date Mon, 14 May 2001 18:18:14 +0000
parents a2f935269c15
children c75e06af3c64
files libvo/fastmemcpy.h
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/fastmemcpy.h	Mon May 14 09:37:44 2001 +0000
+++ b/libvo/fastmemcpy.h	Mon May 14 18:18:14 2001 +0000
@@ -1,6 +1,8 @@
 #ifndef __MPLAYER_MEMCPY
 #define __MPLAYER_MEMCPY 1
 
+#ifdef USE_FASTMEMCPY
+
 #if defined( HAVE_MMX2 ) || defined( HAVE_3DNOW ) || defined( HAVE_MMX )
 #include <stddef.h>
 
@@ -10,3 +12,5 @@
 #endif
 
 #endif
+
+#endif