[FFmpeg-cvslog] configure: use just the pkg-config for sndio

Brad Smith git at videolan.org
Mon Aug 7 23:31:21 EEST 2023


ffmpeg | branch: master | Brad Smith <brad at comstyle.com> | Sat Jun 17 18:48:38 2023 -0400| [f6d846459043786eb859ff1c95af30e6fbc2d0e4] | committer: Michael Niedermayer

configure: use just the pkg-config for sndio

Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f6d846459043786eb859ff1c95af30e6fbc2d0e4
---

 configure | 3 +--
 1 file changed, 1 insertion(+), 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 ||



More information about the ffmpeg-cvslog mailing list