[MPlayer-cvslog] r31515 - trunk/cfg-common.h

diego subversion at mplayerhq.hu
Mon Jun 21 14:55:43 CEST 2010


Author: diego
Date: Mon Jun 21 14:55:43 2010
New Revision: 31515

Log:
Fix type of dvbin_opts_conf extern declaration.

Modified:
   trunk/cfg-common.h

Modified: trunk/cfg-common.h
==============================================================================
--- trunk/cfg-common.h	Mon Jun 21 13:03:03 2010	(r31514)
+++ trunk/cfg-common.h	Mon Jun 21 14:55:43 2010	(r31515)
@@ -149,7 +149,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 int rtsp_port;
 extern char *rtsp_destination;


More information about the MPlayer-cvslog mailing list