comparison stream/stream.c @ 19312:ab8d6b6deb63

proper inclusion of demuxer.h (including libmpdemux in Makefile only was to make previous split easier)
author ben
date Fri, 04 Aug 2006 17:01:29 +0000
parents 097e5bc71210
children 0792ad01e9bf
comparison
equal deleted inserted replaced
19311:0a4df538c136 19312:ab8d6b6deb63
24 #include "mp_msg.h" 24 #include "mp_msg.h"
25 #include "help_mp.h" 25 #include "help_mp.h"
26 #include "osdep/shmem.h" 26 #include "osdep/shmem.h"
27 27
28 #include "stream.h" 28 #include "stream.h"
29 #include "demuxer.h" 29 #include "libmpdemux/demuxer.h"
30 30
31 #include "m_option.h" 31 #include "m_option.h"
32 #include "m_struct.h" 32 #include "m_struct.h"
33 33
34 34