From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by master.gitmailbox.com (Postfix) with ESMTP id 94F764645B for ; Sat, 17 Jun 2023 22:02:01 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id AAC2868BFAD; Sun, 18 Jun 2023 01:01:21 +0300 (EEST) Received: from relay1-d.mail.gandi.net (relay1-d.mail.gandi.net [217.70.183.193]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id BEA4068BF1A for ; Sun, 18 Jun 2023 01:01:15 +0300 (EEST) X-GND-Sasl: michael@niedermayer.cc Received: by mail.gandi.net (Postfix) with ESMTPSA id 1C249240006 for ; Sat, 17 Jun 2023 22:01:14 +0000 (UTC) Date: Sun, 18 Jun 2023 00:01:14 +0200 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20230617220114.GS1391451@pb2> References: MIME-Version: 1.0 In-Reply-To: X-Spam-Flag: yes X-Spam-Level: *********** X-GND-Spam-Score: 165 X-GND-Status: SPAM Subject: Re: [FFmpeg-devel] [PATCH] configure: use just the pkg-config for sndio X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: FFmpeg development discussions and patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: FFmpeg development discussions and patches Content-Type: multipart/mixed; boundary="===============7176512539154485478==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============7176512539154485478== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="jcdZ6aMZ/OE7voxr" Content-Disposition: inline --jcdZ6aMZ/OE7voxr Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Jun 16, 2023 at 09:10:19PM -0400, Brad Smith wrote: >=20 > --- > configure | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) >=20 > 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_ra= nge > =20 > -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 =2E/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-user@ffmpeg.org mailing list or IRC #ffmpeg on irc.libera.chat. Include the log file "ffbuild/config.log" produced by configure as this wil= l help solve the problem. [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB The misfortune of the wise is better than the prosperity of the fool. -- Epicurus --jcdZ6aMZ/OE7voxr Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEIAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCZI4tIQAKCRBhHseHBAsP q8CQAKCW4rTT3kR/WRhy220QSIByzdN2fwCgjx8QO4DvpRGuZt/x2wxhGLYhRE0= =YkMC -----END PGP SIGNATURE----- --jcdZ6aMZ/OE7voxr-- --===============7176512539154485478== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe". --===============7176512539154485478==--