Mercurial > mplayer.hg
changeset 31410:2dc4e130e7ba
Add correct #include instead of duplicating dvd_speed extern declaration.
author | diego |
---|---|
date | Sun, 20 Jun 2010 14:01:43 +0000 |
parents | e30f35607bcf |
children | bfa89aebee85 |
files | cfg-common.h |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/cfg-common.h Sat Jun 19 18:44:43 2010 +0000 +++ b/cfg-common.h Sun Jun 20 14:01:43 2010 +0000 @@ -32,13 +32,12 @@ #include "libmpdemux/demux_ts.h" #include "osdep/priority.h" #include "stream/network.h" +#include "stream/stream_dvd_common.h" #include "codec-cfg.h" extern int network_prefer_ipv4; extern int reuse_socket; -extern int dvd_speed; /* stream/stream_dvd.c */ - /* defined in libmpdemux: */ extern int hr_mp3_seek; extern const m_option_t demux_rawaudio_opts[];