diff libvo/vo_yuv4mpeg.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 01cc6b0a6e72
children 367ba4601d47
line wrap: on
line diff
--- a/libvo/vo_yuv4mpeg.c	Thu Oct 28 01:07:16 2004 +0000
+++ b/libvo/vo_yuv4mpeg.c	Thu Oct 28 01:15:53 2004 +0000
@@ -38,8 +38,8 @@
 #include "sub.h"
 
 #include "fastmemcpy.h"
-#include "../postproc/rgb2rgb.h"
-#include "../libmpcodecs/vf_scale.h"
+#include "postproc/rgb2rgb.h"
+#include "libmpcodecs/vf_scale.h"
 
 static vo_info_t info = 
 {