summaryrefslogtreecommitdiffstats
path: root/cfg-common.h
diff options
context:
space:
mode:
authorhenry <henry@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-01-11 17:07:32 +0000
committerhenry <henry@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-01-11 17:07:32 +0000
commit70162b5ef8fe51eef0480ffab3f4854afb39b32b (patch)
treea4095ae159ae5e3994bb5a8daf8828f33a7e2f31 /cfg-common.h
parent9ce5d288f952870e6e5fd5e7bcab55dc47089915 (diff)
downloadmpv-70162b5ef8fe51eef0480ffab3f4854afb39b32b.tar.bz2
mpv-70162b5ef8fe51eef0480ffab3f4854afb39b32b.tar.xz
ALSA 1.x audio out driver
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11776 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 1e85e282cc..a1dbafc31b 100644
--- a/cfg-common.h
+++ b/cfg-common.h
@@ -351,7 +351,7 @@ m_option_t tvopts_conf[]={
{"mjpeg", &tv_param_mjpeg, CONF_TYPE_FLAG, 0, 0, 1, NULL},
{"decimation", &tv_param_decimation, CONF_TYPE_INT, CONF_RANGE, 1, 4, NULL},
{"quality", &tv_param_quality, CONF_TYPE_INT, CONF_RANGE, 0, 100, NULL},
-#ifdef HAVE_ALSA9
+#if defined(HAVE_ALSA9) || defined(HAVE_ALSA1X)
{"alsa", &tv_param_alsa, CONF_TYPE_FLAG, 0, 0, 1, NULL},
#endif
{"adevice", &tv_param_adevice, CONF_TYPE_STRING, 0, 0, 0, NULL},