comparison libmpcodecs/ad_libdv.c @ 22599:4faee1254928

Add explicit location for headers from the stream/ directory.
author diego
date Thu, 15 Mar 2007 17:10:36 +0000
parents a1807995e2ab
children ed8f90096c65
comparison
equal deleted inserted replaced
22598:f39115ea61bb 22599:4faee1254928
12 #include "img_format.h" 12 #include "img_format.h"
13 13
14 #include <libdv/dv.h> 14 #include <libdv/dv.h>
15 #include <libdv/dv_types.h> 15 #include <libdv/dv_types.h>
16 16
17 #include "stream.h" 17 #include "stream/stream.h"
18 #include "demuxer.h" 18 #include "demuxer.h"
19 #include "stheader.h" 19 #include "stheader.h"
20 20
21 #include "ad_internal.h" 21 #include "ad_internal.h"
22 22