if is_depends_enabled $SPELL v4l-utils; then
if is_depends_enabled $SPELL alsa-lib || is_depends_enabled $SPELL oss;
then
config_query_option MPV_OPTS "Enable radio capture (through
PCI/line-in)?" n \
- "" \
+ "--enable-radio-capture" \
"--disable-radio-capture"
else
list_add MPV_OPTS "--disable-radio-capture"
@@ -162,20 +165,20 @@ if is_depends_enabled $SPELL v4l-utils; then
fi &&