comparison libmpcodecs/ve_libdv.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 ca9da45d13e9
children ed8f90096c65
comparison
equal deleted inserted replaced
22599:4faee1254928 22600:3c2b4a866c6a
7 7
8 #include "config.h" 8 #include "config.h"
9 #include "mp_msg.h" 9 #include "mp_msg.h"
10 10
11 #include "codec-cfg.h" 11 #include "codec-cfg.h"
12 #include "stream.h" 12 #include "stream/stream.h"
13 #include "demuxer.h" 13 #include "demuxer.h"
14 #include "stheader.h" 14 #include "stheader.h"
15 15
16 #include "stream.h" 16 #include "stream/stream.h"
17 #include "muxer.h" 17 #include "muxer.h"
18 18
19 #include "img_format.h" 19 #include "img_format.h"
20 #include "mp_image.h" 20 #include "mp_image.h"
21 #include "vf.h" 21 #include "vf.h"