Mercurial > mplayer.hg
comparison libmpdemux/asfheader.c @ 22605:4d81dbdf46b9
Add explicit location for headers from the stream/ directory.
author | diego |
---|---|
date | Thu, 15 Mar 2007 18:36:36 +0000 |
parents | a42e11d0a5d8 |
children | 74efb0fa8a0b |
comparison
equal
deleted
inserted
replaced
22604:ecd75dfafd40 | 22605:4d81dbdf46b9 |
---|---|
9 #include "libavutil/common.h" | 9 #include "libavutil/common.h" |
10 #include "libavutil/intreadwrite.h" | 10 #include "libavutil/intreadwrite.h" |
11 #include "mp_msg.h" | 11 #include "mp_msg.h" |
12 #include "help_mp.h" | 12 #include "help_mp.h" |
13 | 13 |
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 "asf.h" | 18 #include "asf.h" |
19 | 19 |