ffmpeg | branch: release/5.1 | Brad Smith <b...@comstyle.com> | Sat Jun 17 18:48:38 2023 -0400| [12e308b66d1d4965ebe1186b8a85d6675f7a7104] | committer: Brad Smith
configure: use just the pkg-config for sndio Signed-off-by: Michael Niedermayer <mich...@niedermayer.cc> (cherry picked from commit f6d846459043786eb859ff1c95af30e6fbc2d0e4) Signed-off-by: Brad Smith <b...@comstyle.com> > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=12e308b66d1d4965ebe1186b8a85d6675f7a7104 --- configure | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/configure b/configure index 39a5bb8b7d..8b0e7da6c6 100755 --- a/configure +++ b/configure @@ -6851,8 +6851,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 || _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog To unsubscribe, visit link above, or email ffmpeg-cvslog-requ...@ffmpeg.org with subject "unsubscribe".