summaryrefslogtreecommitdiffstats
path: root/cfg-common.h
diff options
context:
space:
mode:
authoralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-11-11 04:31:59 +0000
committeralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-11-11 04:31:59 +0000
commitd18d0f5a5d0519f582f6002536544aa0b1059413 (patch)
tree9a95b6b04eba39965d0fd69b3ee2e31922178612 /cfg-common.h
parentd9d56477977c945f982936846bf2bf96a83ec05b (diff)
downloadmpv-d18d0f5a5d0519f582f6002536544aa0b1059413.tar.bz2
mpv-d18d0f5a5d0519f582f6002536544aa0b1059413.tar.xz
displaying msg if no tv support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2823 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'cfg-common.h')
-rw-r--r--cfg-common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cfg-common.h b/cfg-common.h
index ffd55227fe..0a65621673 100644
--- a/cfg-common.h
+++ b/cfg-common.h
@@ -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