[Mplayer-cvslog] CVS: main cfg-common.h,1.10,1.11

Arpi of Ize arpi at mplayer.dev.hu
Sun Dec 2 00:39:49 CET 2001


Update of /cvsroot/mplayer/main
In directory mplayer:/var/tmp.root/cvs-serv21375

Modified Files:
	cfg-common.h 
Log Message:
-vcd prints message if not supported

Index: cfg-common.h
===================================================================
RCS file: /cvsroot/mplayer/main/cfg-common.h,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- cfg-common.h	17 Nov 2001 00:23:13 -0000	1.10
+++ cfg-common.h	1 Dec 2001 23:39:47 -0000	1.11
@@ -6,7 +6,11 @@
 #else
 	{"cache", "MPlayer was compiled WITHOUT cache2 support", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0},
 #endif
+#ifdef HAVE_VCD
 	{"vcd", &vcd_track, CONF_TYPE_INT, CONF_RANGE, 1, 99},
+#else
+	{"vcd", "VCD support is NOT available on this system!\n", CONF_TYPE_PRINT, CONF_NOCFG, 0, 0},
+#endif
 #ifdef USE_DVDREAD
 	{"dvd", &dvd_title, CONF_TYPE_INT, CONF_RANGE, 1, 99},
 	{"dvdangle", &dvd_angle, CONF_TYPE_INT, CONF_RANGE, 1, 99},




More information about the MPlayer-cvslog mailing list