comparison libmpcodecs/ve_vfw.c @ 22600:3c2b4a866c6a

Add explicit location for headers from the stream/ directory. Now for the encoding-related files as well.
author diego
date Thu, 15 Mar 2007 17:30:55 +0000
parents a033e5519802
children ed8f90096c65
comparison
equal deleted inserted replaced
22599:4faee1254928 22600:3c2b4a866c6a
9 9
10 #include "mp_msg.h" 10 #include "mp_msg.h"
11 #include "help_mp.h" 11 #include "help_mp.h"
12 12
13 #include "codec-cfg.h" 13 #include "codec-cfg.h"
14 //#include "stream.h" 14 //#include "stream/stream.h"
15 //#include "demuxer.h" 15 //#include "demuxer.h"
16 //#include "stheader.h" 16 //#include "stheader.h"
17 17
18 #include "loader/loader.h" 18 #include "loader/loader.h"
19 //#include "loader/wine/mmreg.h" 19 //#include "loader/wine/mmreg.h"
22 22
23 #include "img_format.h" 23 #include "img_format.h"
24 #include "mp_image.h" 24 #include "mp_image.h"
25 #include "vf.h" 25 #include "vf.h"
26 26
27 #include "stream.h" 27 #include "stream/stream.h"
28 #include "muxer.h" 28 #include "muxer.h"
29 29
30 //===========================================================================// 30 //===========================================================================//
31 31
32 static char *vfw_param_codec = NULL; 32 static char *vfw_param_codec = NULL;