On Fri, Jun 16, 2023 at 09:10:19PM -0400, Brad Smith wrote:
> 
> ---
>  configure | 3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)
> 
> diff --git a/configure b/configure
> index 0c77d8e1fe..653aafb1ea 100755
> --- a/configure
> +++ b/configure
> @@ -7009,8 +7009,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 && require_pkg_config sndio sndio sndio.h sio_open

this breaks a plain configure
here on ubuntu

./configure
ERROR: sndio not found using pkg-config

If you think configure made a mistake, make sure you are using the latest
version from Git.  If the latest version fails, report the problem to the
ffmpeg-u...@ffmpeg.org mailing list or IRC #ffmpeg on irc.libera.chat.
Include the log file "ffbuild/config.log" produced by configure as this will 
help
solve the problem.



[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

The misfortune of the wise is better than the prosperity of the fool.
-- Epicurus

Attachment: signature.asc
Description: PGP signature

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to