summaryrefslogtreecommitdiffstats
path: root/cfg-common.h
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-06-21 12:55:43 +0000
committerUoti Urpala <uau@glyph.nonexistent.invalid>2010-11-02 04:11:07 +0200
commit5f8576f6eef782389a68c952e52b3f94311dc30b (patch)
tree83e717c16ca98f3691cc9656b595858ae77d3802 /cfg-common.h
parent322fecd8de9ff834fd016d7917a5582308e1b176 (diff)
downloadmpv-5f8576f6eef782389a68c952e52b3f94311dc30b.tar.bz2
mpv-5f8576f6eef782389a68c952e52b3f94311dc30b.tar.xz
cfg-common.h: Fix type of dvbin_opts_conf extern declaration
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31515 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'cfg-common.h')
-rw-r--r--cfg-common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cfg-common.h b/cfg-common.h
index f9218c2aae..fa5bf6533e 100644
--- a/cfg-common.h
+++ b/cfg-common.h
@@ -186,7 +186,7 @@ const m_option_t pvropts_conf[]={
};
#endif /* CONFIG_PVR */
-extern const m_config_t dvbin_opts_conf[];
+extern const m_option_t dvbin_opts_conf[];
extern const m_option_t lavfdopts_conf[];
extern int rtsp_transport_tcp;