Mercurial > mplayer.hg
comparison libmpcodecs/dec_audio.c @ 22599:4faee1254928
Add explicit location for headers from the stream/ directory.
author | diego |
---|---|
date | Thu, 15 Mar 2007 17:10:36 +0000 |
parents | 13815ffcada5 |
children | ed8f90096c65 |
comparison
equal
deleted
inserted
replaced
22598:f39115ea61bb | 22599:4faee1254928 |
---|---|
4 | 4 |
5 #include "config.h" | 5 #include "config.h" |
6 #include "mp_msg.h" | 6 #include "mp_msg.h" |
7 #include "help_mp.h" | 7 #include "help_mp.h" |
8 | 8 |
9 #include "stream.h" | 9 #include "stream/stream.h" |
10 #include "demuxer.h" | 10 #include "demuxer.h" |
11 | 11 |
12 #include "codec-cfg.h" | 12 #include "codec-cfg.h" |
13 #include "stheader.h" | 13 #include "stheader.h" |
14 | 14 |