summaryrefslogtreecommitdiffstats
path: root/cfg-common.h
diff options
context:
space:
mode:
authoralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-08-31 21:55:11 +0000
committeralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-08-31 21:55:11 +0000
commit0722563d50942247792f513440c869c1d5ed5334 (patch)
treea75cb319399f526bd7e1c6dc28b9cf14d4773836 /cfg-common.h
parent6aa98bd052db22e8b5d627dd7f55190c8e7f5160 (diff)
downloadmpv-0722563d50942247792f513440c869c1d5ed5334.tar.bz2
mpv-0722563d50942247792f513440c869c1d5ed5334.tar.xz
10l found by albeu
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10754 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'cfg-common.h')
-rw-r--r--cfg-common.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/cfg-common.h b/cfg-common.h
index fd28689f2a..5cc6c74771 100644
--- a/cfg-common.h
+++ b/cfg-common.h
@@ -296,9 +296,7 @@ extern char* edl_output_filename;
#ifdef USE_TV
m_option_t tvopts_conf[]={
{"on", "-tv on is deprecated, use tv:// instead\n", CONF_TYPE_PRINT, 0, 0, 0, NULL},
-#ifdef HAVE_TV_BSDBT848
{"immediatemode", &tv_param_immediate, CONF_TYPE_FLAG, 0, 0, 0, NULL},
-#endif
{"noaudio", &tv_param_noaudio, CONF_TYPE_FLAG, 0, 0, 1, NULL},
{"audiorate", &tv_param_audiorate, CONF_TYPE_INT, 0, 0, 0, NULL},
{"driver", &tv_param_driver, CONF_TYPE_STRING, 0, 0, 0, NULL},