0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 20:03:10 +02:00

displaying msg if no tv support

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2823 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
alex 2001-11-11 04:31:59 +00:00
parent d9d5647797
commit d18d0f5a5d

View File

@ -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