summaryrefslogtreecommitdiffstats
path: root/cfg-common.h
diff options
context:
space:
mode:
authorvoroshil <voroshil@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-09-09 14:59:07 +0000
committervoroshil <voroshil@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-09-09 14:59:07 +0000
commit277dc43515eb36ece916ebc0c16f4c83c47b2159 (patch)
tree73ebb750caa512c99ae8f28b9e4276a4e5f07568 /cfg-common.h
parent4e7f09313d6948ce222aa8e0c0c405a6d3e99ab3 (diff)
downloadmpv-277dc43515eb36ece916ebc0c16f4c83c47b2159.tar.bz2
mpv-277dc43515eb36ece916ebc0c16f4c83c47b2159.tar.xz
Option adevice is implemented for all tv:// drivers.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24384 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'cfg-common.h')
-rw-r--r--cfg-common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cfg-common.h b/cfg-common.h
index a99624a827..431560fd0d 100644
--- a/cfg-common.h
+++ b/cfg-common.h
@@ -458,8 +458,8 @@ m_option_t tvopts_conf[]={
#if defined(HAVE_ALSA9) || defined(HAVE_ALSA1X)
{"alsa", &stream_tv_defaults.alsa, CONF_TYPE_FLAG, 0, 0, 1, NULL},
#endif /* defined(HAVE_ALSA9) || defined(HAVE_ALSA1X) */
- {"adevice", &stream_tv_defaults.adevice, CONF_TYPE_STRING, 0, 0, 0, NULL},
#endif /* defined(HAVE_TV_V4L) || defined(HAVE_TV_V4L2) */
+ {"adevice", &stream_tv_defaults.adevice, CONF_TYPE_STRING, 0, 0, 0, NULL},
#ifdef HAVE_TV_TELETEXT
{"tdevice", &stream_tv_defaults.tdevice, CONF_TYPE_STRING, 0, 0, 0, NULL},
{"tpage", &stream_tv_defaults.tpage, CONF_TYPE_INT, CONF_RANGE, 100, 899, NULL},