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

diego subversion at mplayerhq.hu
Sun Jun 20 16:17:06 CEST 2010


Author: diego
Date: Sun Jun 20 16:17:06 2010
New Revision: 31478

Log:
Remove duplicate dvd_device extern variable declaration.

Modified:
   trunk/cfg-common.h

Modified: trunk/cfg-common.h
==============================================================================
--- trunk/cfg-common.h	Sun Jun 20 16:11:56 2010	(r31477)
+++ trunk/cfg-common.h	Sun Jun 20 16:17:06 2010	(r31478)
@@ -202,7 +202,7 @@ extern int vivo_param_bytesperblock;
 extern int vivo_param_width;
 extern int vivo_param_height;
 extern int vivo_param_vformat;
-extern char *dvd_device, *cdrom_device;
+extern char *cdrom_device;
 
 const m_option_t vivoopts_conf[]={
     {"version", &vivo_param_version, CONF_TYPE_INT, 0, 0, 0, NULL},


More information about the MPlayer-cvslog mailing list