summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorBrad Smith <brad@comstyle.com>2023-06-17 18:48:38 -0400
committerMichael Niedermayer <michael@niedermayer.cc>2023-08-07 22:31:06 +0200
commitf6d846459043786eb859ff1c95af30e6fbc2d0e4 (patch)
treebb824351fb47aa7f260953c045192f10075c5bac /configure
parent482a22e10f4f6133a41f0532692784cea2ce1abf (diff)
configure: use just the pkg-config for sndio
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure b/configure
index d9372c5be6..932998b8d6 100755
--- a/configure
+++ b/configure
@@ -7019,8 +7019,7 @@ enabled alsa && { check_pkg_config alsa alsa "alsa/asoundlib.h" snd_pcm_htimesta
enabled libjack &&
require_pkg_config libjack jack jack/jack.h jack_port_get_latency_range
-enabled sndio && { check_pkg_config sndio sndio "sndio.h" sio_open ||
- check_lib sndio sndio.h sio_open -lsndio; }
+enabled sndio && check_pkg_config sndio sndio sndio.h sio_open
if enabled libcdio; then
check_pkg_config libcdio libcdio_paranoia "cdio/cdda.h cdio/paranoia.h" cdio_cddap_open ||