diff libvo/fastmemcpy.h @ 13787:e047e70a9767

Handle "xxx.h" vs "../xxx.h" include paths in a consistent way. Based on a patch by Sebastian Hegler <s_hegler at gmx dot de>.
author diego
date Thu, 28 Oct 2004 01:15:53 +0000
parents e2013db75137
children 3f5daa60e049
line wrap: on
line diff
--- a/libvo/fastmemcpy.h	Thu Oct 28 01:07:16 2004 +0000
+++ b/libvo/fastmemcpy.h	Thu Oct 28 01:15:53 2004 +0000
@@ -1,7 +1,7 @@
 #ifndef __MPLAYER_MEMCPY
 #define __MPLAYER_MEMCPY 1
 
-#include "../config.h"
+#include "config.h"
 
 #ifdef USE_FASTMEMCPY
 #if defined(HAVE_MMX) || defined(HAVE_MMX2) || defined(HAVE_3DNOW) \