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 ESMTPS id 5AE714EC99 for ; Wed, 14 May 2025 01:06:46 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id B02AF68B978; Wed, 14 May 2025 04:06:39 +0300 (EEST) Received: from mail.comstyle.com (speedy.comstyle.com [206.51.28.2]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 714B868A919 for ; Wed, 14 May 2025 04:06:33 +0300 (EEST) Received: from mail.comstyle.com (localhost [127.0.0.1]) by mail.comstyle.com (Postfix) with ESMTP id 4ZxwCX0Ywxz8PbP; Tue, 13 May 2025 21:06:32 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; 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=RUrRgqvwXj5u3R1ATkQXqLhf4JJiaA/55aGpWJZK91A=; b=aiuvsM6Yxnxx g8QrTyKOG48CK4/Lbxphfc/hLcuQ74aeoFhga4X4DjpKERCxW5G/yEaJQGSvD+0W g2/0sCQAb99rT0pv2hKkp1lOAa9JmmM71vTaHGAg1wwva9VFrk6krNTsyzZf0tdr dnUGJZ8LCbBsZE6rCoBg6RNyzVfb17s= 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=dNf bY1aj7QjWn7BmhYeWsnJ8q9VQoyWrFf7Bt5PPzSYjvV1d53cIdqUotVuLr0q3Vq3 8peV5MyJwOFLAuDDIBPijvji9KOE38/6ZMHrXrlsAKbrhOZ4I1ujg1Zc72tnX0Xq 7WsNCgUFGMZTumrj2b4JvfF2x+Cxv4oZWf6Om2dM= Received: from [192.168.6.99] (dsl-173-206-40-253.tor.primus.ca [173.206.40.253]) (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 4ZxwCW72HMz8PbN; Tue, 13 May 2025 21:06:31 -0400 (EDT) Message-ID: <628e9e97-63c9-4fd0-b99a-538f8fdcb68b@comstyle.com> Date: Tue, 13 May 2025 21:06:31 -0400 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird To: FFmpeg development discussions and patches , Shiyou Yin References: <20250513011134.6237-1-yinshiyou-hf@loongson.cn> Content-Language: en-US From: Brad Smith In-Reply-To: <20250513011134.6237-1-yinshiyou-hf@loongson.cn> Subject: Re: [FFmpeg-devel] [PATCH] configure: identify loong64 for loongarch. 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 2025-05-12 9:11 p.m., Shiyou Yin wrote: > dpkg-architecture set DEB_HOST_ARCH_CPU as loong64 on loongarch. > --- > configure | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/configure b/configure > index 2e69b3c56c..5f39050374 100755 > --- a/configure > +++ b/configure > @@ -5290,7 +5290,7 @@ case "$arch" in > arm*|iPad*|iPhone*) > arch="arm" > ;; > - loongarch*) > + loongarch*|loong64) > arch="loongarch" > ;; > mips*|IP*) It would be better to change this to just loong* _______________________________________________ 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".