changeset 2822:7679d983c52f

displaying msg if no tv support
author alex
date Sun, 11 Nov 2001 04:31:59 +0000
parents 7f2acef8a3b2
children 004ee19ebfcf
files cfg-common.h
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/cfg-common.h	Sun Nov 11 04:26:54 2001 +0000
+++ b/cfg-common.h	Sun Nov 11 04:31:59 2001 +0000
@@ -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