comparison libmpcodecs/vf_rgb2bgr.c @ 17012:6ff3379a0862

Unify include path handling, -I.. is in CFLAGS.
author diego
date Fri, 18 Nov 2005 14:39:25 +0000
parents e9a2af584986
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 15
16 //===========================================================================// 16 //===========================================================================//
17 17
18 struct vf_priv_s { 18 struct vf_priv_s {
19 unsigned int fmt; 19 unsigned int fmt;