Mercurial > mplayer.hg
diff cfg-common.h @ 10822:6377c7d0459e
audio id setting support for bsdbt848 by Nikolay Nikolaev <nicknickolaev@yahoo.com>
author | alex |
---|---|
date | Sat, 06 Sep 2003 00:24:05 +0000 |
parents | e40dee59f3ba |
children | 5c5579281819 |
line wrap: on
line diff
--- a/cfg-common.h Sat Sep 06 00:14:08 2003 +0000 +++ b/cfg-common.h Sat Sep 06 00:24:05 2003 +0000 @@ -335,8 +335,8 @@ {"alsa", &tv_param_alsa, CONF_TYPE_FLAG, 0, 0, 1, NULL}, #endif {"adevice", &tv_param_adevice, CONF_TYPE_STRING, 0, 0, 0, NULL}, +#endif {"audioid", &tv_param_audio_id, CONF_TYPE_INT, CONF_RANGE, 0, 9, NULL}, -#endif {NULL, NULL, 0, 0, 0, 0, NULL} }; #endif