diff libvo/aclib.c @ 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 821f464b4d90
children 6289755ce7c7
line wrap: on
line diff
--- a/libvo/aclib.c	Thu Oct 28 01:07:16 2004 +0000
+++ b/libvo/aclib.c	Thu Oct 28 01:15:53 2004 +0000
@@ -8,7 +8,7 @@
   runtime cpu detection by michael niedermayer (michaelni@gmx.at) is under GPL
 */
 #include <stddef.h>
-#include "../cpudetect.h"
+#include "cpudetect.h"
 #include "fastmemcpy.h"
 #undef memcpy