comparison libmpcodecs/vf_yuy2.c @ 17012:6ff3379a0862

Unify include path handling, -I.. is in CFLAGS.
author diego
date Fri, 18 Nov 2005 14:39:25 +0000
parents 7f95a79ba916
children 20aca9baf5d8
comparison
equal deleted inserted replaced
17011:c29e74822d2c 17012:6ff3379a0862
1 #include <stdio.h> 1 #include <stdio.h>
2 #include <stdlib.h> 2 #include <stdlib.h>
3 #include <string.h> 3 #include <string.h>
4 #include <inttypes.h> 4 #include <inttypes.h>
5 5
6 #include "../config.h" 6 #include "config.h"
7 #include "../mp_msg.h" 7 #include "mp_msg.h"
8 8
9 #include "img_format.h" 9 #include "img_format.h"
10 #include "mp_image.h" 10 #include "mp_image.h"
11 #include "vf.h" 11 #include "vf.h"
12 12
13 #include "../libvo/fastmemcpy.h" 13 #include "libvo/fastmemcpy.h"
14 #include "../postproc/rgb2rgb.h" 14 #include "postproc/rgb2rgb.h"
15 #include "vf_scale.h" 15 #include "vf_scale.h"
16 16
17 //===========================================================================// 17 //===========================================================================//
18 18
19 static int config(struct vf_instance_s* vf, 19 static int config(struct vf_instance_s* vf,