Mercurial > mplayer.hg
comparison libmpcodecs/vf_vo.c @ 17012:6ff3379a0862
Unify include path handling, -I.. is in CFLAGS.
author | diego |
---|---|
date | Fri, 18 Nov 2005 14:39:25 +0000 |
parents | 05aa13cdf92f |
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 | 4 |
5 #include "../config.h" | 5 #include "config.h" |
6 #include "../mp_msg.h" | 6 #include "mp_msg.h" |
7 | 7 |
8 #include "mp_image.h" | 8 #include "mp_image.h" |
9 #include "vf.h" | 9 #include "vf.h" |
10 | 10 |
11 #include "../libvo/video_out.h" | 11 #include "libvo/video_out.h" |
12 | 12 |
13 //===========================================================================// | 13 //===========================================================================// |
14 | 14 |
15 #define video_out ((vo_functions_t*)(vf->priv)) | 15 #define video_out ((vo_functions_t*)(vf->priv)) |
16 | 16 |