changeset 98:e5409bf748df libavutil

Explicitly include fastmemcpy.h from libvo/.
author diego
date Fri, 18 Aug 2006 13:38:24 +0000
parents e57687759aed
children a3d5e8b048e1
files internal.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/internal.h	Thu Aug 17 16:32:08 2006 +0000
+++ b/internal.h	Fri Aug 18 13:38:24 2006 +0000
@@ -57,7 +57,7 @@
 #endif /* !__MINGW32__ && CONFIG_OS2 */
 
 #    ifdef USE_FASTMEMCPY
-#        include "fastmemcpy.h"
+#        include "libvo/fastmemcpy.h"
 #    endif
 
 // Use rip-relative addressing if compiling PIC code on x86-64.