changeset 24364:e8ce0e1777d9

Option adevice is implemented for all tv:// drivers.
author voroshil
date Sun, 09 Sep 2007 14:59:07 +0000
parents 93510574eb68
children 1ffee941dbd3
files cfg-common.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/cfg-common.h	Sun Sep 09 13:41:45 2007 +0000
+++ b/cfg-common.h	Sun Sep 09 14:59:07 2007 +0000
@@ -458,8 +458,8 @@
 #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) */
+#endif /* defined(HAVE_TV_V4L) || defined(HAVE_TV_V4L2) */
 	{"adevice", &stream_tv_defaults.adevice, CONF_TYPE_STRING, 0, 0, 0, NULL},
-#endif /* defined(HAVE_TV_V4L) || defined(HAVE_TV_V4L2) */
 #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},