comparison libmpcodecs/vf_expand.c @ 17012:6ff3379a0862

Unify include path handling, -I.. is in CFLAGS.
author diego
date Fri, 18 Nov 2005 14:39:25 +0000
parents 098d3c815fe2
children 85a668c410ec
comparison
equal deleted inserted replaced
17011:c29e74822d2c 17012:6ff3379a0862
2 2
3 #include <stdio.h> 3 #include <stdio.h>
4 #include <stdlib.h> 4 #include <stdlib.h>
5 #include <string.h> 5 #include <string.h>
6 6
7 #include "../config.h" 7 #include "config.h"
8 #include "../mp_msg.h" 8 #include "mp_msg.h"
9 9
10 #include "img_format.h" 10 #include "img_format.h"
11 #include "mp_image.h" 11 #include "mp_image.h"
12 #include "vf.h" 12 #include "vf.h"
13 13
14 #include "../libvo/fastmemcpy.h" 14 #include "libvo/fastmemcpy.h"
15 15
16 #ifdef OSD_SUPPORT 16 #ifdef OSD_SUPPORT
17 #include "../libvo/sub.h" 17 #include "libvo/sub.h"
18 #include "../libvo/osd.h" 18 #include "libvo/osd.h"
19 #endif 19 #endif
20 20
21 #include "m_option.h" 21 #include "m_option.h"
22 #include "m_struct.h" 22 #include "m_struct.h"
23 23