diff libmpcodecs/vf_screenshot.c @ 17012:6ff3379a0862

Unify include path handling, -I.. is in CFLAGS.
author diego
date Fri, 18 Nov 2005 14:39:25 +0000
parents debd99a161e0
children 20aca9baf5d8
line wrap: on
line diff
--- a/libmpcodecs/vf_screenshot.c	Fri Nov 18 14:14:21 2005 +0000
+++ b/libmpcodecs/vf_screenshot.c	Fri Nov 18 14:39:25 2005 +0000
@@ -1,4 +1,4 @@
-#include "../config.h"
+#include "config.h"
 #ifdef HAVE_PNG
 
 #include <stdio.h>
@@ -15,16 +15,16 @@
 
 #include <png.h>
 
-#include "../mp_msg.h"
+#include "mp_msg.h"
 
 #include "img_format.h"
 #include "mp_image.h"
 #include "vf.h"
 #include "vf_scale.h"
 
-#include "../libvo/fastmemcpy.h"
-#include "../postproc/swscale.h"
-#include "../postproc/rgb2rgb.h"
+#include "libvo/fastmemcpy.h"
+#include "postproc/swscale.h"
+#include "postproc/rgb2rgb.h"
 
 struct vf_priv_s {
     int frameno;