Mercurial > mplayer.hg
comparison libmpdemux/stream.c @ 9380:edfe34c5405d
linux->osdep
author | arpi |
---|---|
date | Sun, 09 Feb 2003 20:18:23 +0000 |
parents | c5ca1ae42555 |
children | 76c6d8f1ebf5 |
comparison
equal
deleted
inserted
replaced
9379:475bb1a6ef75 | 9380:edfe34c5405d |
---|---|
11 #include <signal.h> | 11 #include <signal.h> |
12 | 12 |
13 #include "config.h" | 13 #include "config.h" |
14 #include "mp_msg.h" | 14 #include "mp_msg.h" |
15 #include "help_mp.h" | 15 #include "help_mp.h" |
16 #include "../linux/shmem.h" | 16 #include "../osdep/shmem.h" |
17 | 17 |
18 #include "stream.h" | 18 #include "stream.h" |
19 #include "demuxer.h" | 19 #include "demuxer.h" |
20 | 20 |
21 extern int verbose; // defined in mplayer.c | 21 extern int verbose; // defined in mplayer.c |