[Mplayer-cvslog] CVS: main cfg-common.h,1.5,1.6

Alex Beregszaszi alex at mplayer.dev.hu
Sun Nov 11 05:32:01 CET 2001


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

Modified Files:
	cfg-common.h 
Log Message:
displaying msg if no tv support

Index: cfg-common.h
===================================================================
RCS file: /cvsroot/mplayer/main/cfg-common.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- cfg-common.h	11 Nov 2001 02:54:21 -0000	1.5
+++ cfg-common.h	11 Nov 2001 04:31:59 -0000	1.6
@@ -81,6 +81,8 @@
 
 #ifdef USE_TV
 	{"tv", tvopts_conf, CONF_TYPE_SUBCONFIG, 0, 0, 0},
+#else
+	{"tv", "MPlayer was compiled without TV Interface support", CONF_TYPE_PRINT, 0, 0, 0},
 #endif
 
 #else




More information about the MPlayer-cvslog mailing list