diff libmpcodecs/vf_down3dright.c @ 17012:6ff3379a0862

Unify include path handling, -I.. is in CFLAGS.
author diego
date Fri, 18 Nov 2005 14:39:25 +0000
parents 6cada718a809
children 20aca9baf5d8
line wrap: on
line diff
--- a/libmpcodecs/vf_down3dright.c	Fri Nov 18 14:14:21 2005 +0000
+++ b/libmpcodecs/vf_down3dright.c	Fri Nov 18 14:39:25 2005 +0000
@@ -3,16 +3,16 @@
 #include <string.h>
 #include <inttypes.h>
 
-#include "../config.h"
-#include "../mp_msg.h"
-#include "../cpudetect.h"
+#include "config.h"
+#include "mp_msg.h"
+#include "cpudetect.h"
 
 #include "img_format.h"
 #include "mp_image.h"
 #include "vf.h"
 
-#include "../libvo/fastmemcpy.h"
-#include "../postproc/rgb2rgb.h"
+#include "libvo/fastmemcpy.h"
+#include "postproc/rgb2rgb.h"
 
 struct vf_priv_s {
 	int skipline;