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 85321468CA for ; Fri, 23 Jun 2023 23:36:32 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 0D35768C1E8; Sat, 24 Jun 2023 02:36:31 +0300 (EEST) Received: from mail.comstyle.com (speedy.comstyle.com [206.51.28.2]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id E11BF68C159 for ; Sat, 24 Jun 2023 02:36:24 +0300 (EEST) Received: from mail.comstyle.com (localhost [127.0.0.1]) by mail.comstyle.com (Postfix) with ESMTP id 4Qntsz6cNTz8PbP; Fri, 23 Jun 2023 19:36:23 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=comstyle.com; h=message-id :date:mime-version:subject:to:references:from:in-reply-to :content-type:content-transfer-encoding; s=default; bh=bYua1ECCm QzyM9ZweV5xPXgEl4w=; b=qoP1VXo762wbCTDekobAIB9wHi/5LUigFPp+u+pGG CBtgbhd+g+0fGlndf6cmCdG9f7f9F/Mlc2XXOrmjp2vQkOTgBdvr/jFqIemup4IQ 3gfZmJOJ7oOn8713Rld5ittRotrDaMK76ZDewRU9zCzYvOApVI2CZQn89YFZDCvF M0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=comstyle.com; h=message-id :date:mime-version:subject:to:references:from:in-reply-to :content-type:content-transfer-encoding; q=dns; s=default; b=MgT IAe9MDkZWUhJO70zgmNa7safN1XrDyEfIYHCYzg/pcj4PH1ntKcLClG5iR3v0E8l 040DWakNnMxa7kao+Nzvyh1Nj2PQUl9TZsu4BBCUcRPZE+IEovq4iRdzQreA0YdF Plr0IbRp10tFF9HRUH8uP7VJeEFddlNstBRFN9JA= Received: from [IPV6:2001:470:b050:6:a0d2:d80a:1836:1385] (unknown [IPv6:2001:470:b050:6:a0d2:d80a:1836:1385]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: brad) by mail.comstyle.com (Postfix) with ESMTPSA id 4Qntsz3svfz8PbN; Fri, 23 Jun 2023 19:36:23 -0400 (EDT) Message-ID: <3e712fb4-ff6f-9527-eb3e-5ac596245f31@comstyle.com> Date: Fri, 23 Jun 2023 19:36:22 -0400 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.12.0 Content-Language: en-US To: FFmpeg development discussions and patches , Michael Niedermayer References: <20230617220114.GS1391451@pb2> <348d342e-93ae-3f2a-8cce-108b0bdae614@comstyle.com> <20230623225529.GR3250409@pb2> <20230623233528.GS3250409@pb2> From: Brad Smith In-Reply-To: <20230623233528.GS3250409@pb2> 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-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: On 2023-06-23 7:35 p.m., Michael Niedermayer wrote: > On Fri, Jun 23, 2023 at 06:56:30PM -0400, Brad Smith wrote: >> On 2023-06-23 6:55 p.m., Michael Niedermayer wrote: >>> On Fri, Jun 23, 2023 at 06:41:08PM -0400, Brad Smith wrote: >>>> ping. >>>> >>>> On 2023-06-17 6:48 p.m., Brad Smith wrote: >>>>> On Sun, Jun 18, 2023 at 12:01:14AM +0200, Michael Niedermayer wrote: >>>>>> 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-user@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 >>>>> This is what I had intended. >>> You intended to break a plain ./configure on ubuntu ? >>> If so i think we better dont apply that patch :) >>> >>> thx >> No, there was a second patch there. > oops i missed that, the 2nd patch works fine on ubuntu > no objections from me > > thx Thanks. _______________________________________________ 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".