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 A694649457 for ; Sat, 11 May 2024 19:55:56 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 9450A68D3EB; Sat, 11 May 2024 22:55:54 +0300 (EEST) Received: from mail.comstyle.com (speedy.comstyle.com [206.51.28.2]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 2A14B68D33A for ; Sat, 11 May 2024 22:55:48 +0300 (EEST) Received: from mail.comstyle.com (localhost [127.0.0.1]) by mail.comstyle.com (Postfix) with ESMTP id 4VcGhL1SFnz8PbP; Sat, 11 May 2024 15:55:46 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=comstyle.com; h= content-type:message-id:date:mime-version:subject:to:references :from:in-reply-to; s=default; bh=MexnZiz/jFNu2qrKzZdnKIhcyyJM2fK 4MkOfUesvZTw=; b=ZDxwyAot9I1j3NVT+VE8y5RITWCqeCUSlGcbOqRfgfpX2sE j/e13GeYnyxC1A0kwsx4IU8GneqK17X3IP3cVsF1E8ir4qCYoDKghjXD0Fgo3zon pQjcGWMTLgZf9AKJCXq5w1tdb7IHGbz3yL2OvGg05vZfuFALsdmopuy6lTyA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=comstyle.com; h=content-type :message-id:date:mime-version:subject:to:references:from :in-reply-to; q=dns; s=default; b=ptnnWz1D8EQ7doapTL4wgxvSKabsyz v+dOU4bHUZQ72cMQ6iN1/cK7hxOFk4M/C/Lgl3vlZyrPaGCIQ97i9sx5B7u8kNaS HOhHADs12m+oRFd4cK+FozoQUef9gcQTbM2ftsWJMY2bsjT4p9SMJ57bYwWAhirn bS/thHWlL4F8Y= Received: from [IPV6:2001:470:b050:6:6424:4650:38d:e1ae] (unknown [IPv6:2001:470:b050:6:6424:4650:38d:e1ae]) (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 4VcGhK5mrpz8PbN; Sat, 11 May 2024 15:55:45 -0400 (EDT) Message-ID: <01af1809-98c6-43a5-b868-5e3ea1ff4103@comstyle.com> Date: Sat, 11 May 2024 15:55:44 -0400 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird To: FFmpeg development discussions and patches , Michael Niedermayer References: <20240507022406.GE6420@pb2> Content-Language: en-US From: Brad Smith In-Reply-To: <20240507022406.GE6420@pb2> X-Content-Filtered-By: Mailman/MimeDel 2.1.29 Subject: Re: [FFmpeg-devel] [PATCH] avutil/ppc/cpu: Also use the machdep.altivec sysctl on NetBSD 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 2024-05-06 10:24 p.m., Michael Niedermayer wrote: > On Sun, May 05, 2024 at 11:21:58PM -0400, Brad Smith wrote: >> avutil/ppc/cpu: Also use the machdep.altivec sysctl on NetBSD >> >> Use the machdep.altivec sysctl on NetBSD for AltiVec detection >> as is done with OpenBSD. >> >> Signed-off-by: Brad Smith >> --- >> libavutil/ppc/cpu.c | 6 +++--- >> 1 file changed, 3 insertions(+), 3 deletions(-) > you seem to be sending alot of bsd related patches, maybe > you want to send a patch that adds you to the MAINTAINERs file? > > thx I try to help where I can. I am an OpenBSD developer and take a look at what the other *BSD's have for local patches and push things upstream to benefit both sides, but I am not sure I have enough time to be in a position to be considered any kind of official MAINTAINER. _______________________________________________ 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".