Commit da6e5699 authored by Jun Zhao's avatar Jun Zhao

configure: fix --disable-alsa can't work

fix --disable-alsa can't work in configure
Signed-off-by: 's avatarJun Zhao <barryjzhao@tencent.com>
parent a2dbd857
...@@ -6486,8 +6486,8 @@ else ...@@ -6486,8 +6486,8 @@ else
EOF EOF
fi fi
enabled alsa && check_pkg_config alsa alsa "alsa/asoundlib.h" snd_pcm_htimestamp || enabled alsa && { check_pkg_config alsa alsa "alsa/asoundlib.h" snd_pcm_htimestamp ||
check_lib alsa alsa/asoundlib.h snd_pcm_htimestamp -lasound check_lib alsa alsa/asoundlib.h snd_pcm_htimestamp -lasound; }
enabled libjack && enabled libjack &&
require_pkg_config libjack jack jack/jack.h jack_port_get_latency_range require_pkg_config libjack jack jack/jack.h jack_port_get_latency_range
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment