mirror of
https://github.com/librempeg/librempeg
synced 2024-11-22 00:51:37 +00:00
configure: fix --disable-alsa can't work
fix --disable-alsa can't work in configure Signed-off-by: Jun Zhao <barryjzhao@tencent.com>
This commit is contained in:
parent
a2dbd85733
commit
da6e569916
4
configure
vendored
4
configure
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user