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
This commit is contained in:
diego 2010-06-21 12:55:43 +00:00 committed by Uoti Urpala
parent 322fecd8de
commit 5f8576f6ee
1 changed files with 1 additions and 1 deletions

View File

@ -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;