diff cfg-common.h @ 2822:7679d983c52f

displaying msg if no tv support
author alex
date Sun, 11 Nov 2001 04:31:59 +0000
parents 190e713d8e07
children b4d46817f050
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