[Mplayer-cvslog] CVS: main/Gui cfg.c,1.29,1.30

Zoltan Ponekker pontscho at mplayerhq.hu
Mon Jan 13 00:39:25 CET 2003


Update of /cvsroot/mplayer/main/Gui
In directory mail:/var/tmp.root/cvs-serv31434/Gui

Modified Files:
	cfg.c 
Log Message:


add DVD and CDRom device entry's, and fix two 10l bug


Index: cfg.c
===================================================================
RCS file: /cvsroot/mplayer/main/Gui/cfg.c,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- cfg.c	12 Jan 2003 18:35:46 -0000	1.29
+++ cfg.c	12 Jan 2003 23:38:52 -0000	1.30
@@ -106,6 +106,9 @@
 #ifdef HAVE_SDL
  { "ao_sdl_subdriver",&gtkAOSDLDriver,CONF_TYPE_STRING,0,0,0,NULL },
 #endif
+
+ { "dvd_device",&dvd_device,CONF_TYPE_STRING,0,0,0,NULL },
+ { "cdrom_device",&cdrom_device,CONF_TYPE_STRING,0,0,0,NULL },
  
  { "osd_level",&osd_level,CONF_TYPE_INT,CONF_RANGE,0,3,NULL },
  { "sub_auto_load",&sub_auto,CONF_TYPE_FLAG,0,0,1,NULL },



More information about the MPlayer-cvslog mailing list