Mercurial > mplayer.hg
comparison libmpdemux/demuxer.c @ 17012:6ff3379a0862
Unify include path handling, -I.. is in CFLAGS.
author | diego |
---|---|
date | Fri, 18 Nov 2005 14:39:25 +0000 |
parents | 4bce034eeb0a |
children | a1b8eeffdfcd |
comparison
equal
deleted
inserted
replaced
17011:c29e74822d2c | 17012:6ff3379a0862 |
---|---|
9 #include <sys/stat.h> | 9 #include <sys/stat.h> |
10 | 10 |
11 #include "config.h" | 11 #include "config.h" |
12 #include "mp_msg.h" | 12 #include "mp_msg.h" |
13 #include "help_mp.h" | 13 #include "help_mp.h" |
14 #include "../m_config.h" | 14 #include "m_config.h" |
15 | 15 |
16 #include "stream.h" | 16 #include "stream.h" |
17 #include "demuxer.h" | 17 #include "demuxer.h" |
18 #include "stheader.h" | 18 #include "stheader.h" |
19 #include "mf.h" | 19 #include "mf.h" |
20 | 20 |
21 #include "../libaf/af_format.h" | 21 #include "libaf/af_format.h" |
22 #include "../libvo/fastmemcpy.h" | 22 #include "libvo/fastmemcpy.h" |
23 | 23 |
24 extern void resync_audio_stream(sh_audio_t *sh_audio); | 24 extern void resync_audio_stream(sh_audio_t *sh_audio); |
25 | 25 |
26 // Demuxer list | 26 // Demuxer list |
27 extern demuxer_desc_t demuxer_desc_rawaudio; | 27 extern demuxer_desc_t demuxer_desc_rawaudio; |