diff options
author | Brad Smith <brad@comstyle.com> | 2023-06-17 18:48:38 -0400 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2023-08-07 22:31:06 +0200 |
commit | f6d846459043786eb859ff1c95af30e6fbc2d0e4 (patch) | |
tree | bb824351fb47aa7f260953c045192f10075c5bac | |
parent | 482a22e10f4f6133a41f0532692784cea2ce1abf (diff) | |
download | ffmpeg-f6d846459043786eb859ff1c95af30e6fbc2d0e4.tar.gz |
configure: use just the pkg-config for sndio
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-rwxr-xr-x | configure | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 || |