diff libmpcodecs/vf.c @ 17012:6ff3379a0862

Unify include path handling, -I.. is in CFLAGS.
author diego
date Fri, 18 Nov 2005 14:39:25 +0000
parents 47c5e9846cd3
children 961d9875c2f7
line wrap: on
line diff
--- a/libmpcodecs/vf.c	Fri Nov 18 14:14:21 2005 +0000
+++ b/libmpcodecs/vf.c	Fri Nov 18 14:39:25 2005 +0000
@@ -2,7 +2,7 @@
 #include <stdlib.h>
 #include <string.h>
 
-#include "../config.h"
+#include "config.h"
 #ifdef HAVE_MALLOC_H
 #include <malloc.h>
 #endif
@@ -11,17 +11,17 @@
 #include <assert.h>
 #endif
 
-#include "../mp_msg.h"
-#include "../help_mp.h"
-#include "../m_option.h"
-#include "../m_struct.h"
+#include "mp_msg.h"
+#include "help_mp.h"
+#include "m_option.h"
+#include "m_struct.h"
 
 
 #include "img_format.h"
 #include "mp_image.h"
 #include "vf.h"
 
-#include "../libvo/fastmemcpy.h"
+#include "libvo/fastmemcpy.h"
 
 extern vf_info_t vf_info_vo;
 extern vf_info_t vf_info_rectangle;