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 52D70481C8 for ; Fri, 12 Jan 2024 00:57:01 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 8107068D032; Fri, 12 Jan 2024 02:56:58 +0200 (EET) Received: from mail.comstyle.com (speedy.comstyle.com [206.51.28.2]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 18B2768CE17 for ; Fri, 12 Jan 2024 02:56:52 +0200 (EET) Received: from mail.comstyle.com (localhost [127.0.0.1]) by mail.comstyle.com (Postfix) with ESMTP id 4TB35Z0Szzz8PbP for ; Thu, 11 Jan 2024 19:56:50 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=comstyle.com; h=message-id :date:mime-version:subject:from:to:references:in-reply-to :content-type:content-transfer-encoding; s=default; bh=X0rCt3vEQ zISnDREY0p39DH3WYQ=; b=qRAOlxpfwCmrEBuoO4l0M66IcErexRTUhHTqVeLTf oakZZw/2jC9lTixrl246gnsHNMOj4rQHRXZXJiu4P0VSlJJu6Ly+L9Jmv3kK3b0r xAoexAFfUvdL/xaAvN+JQibGIECzMLB2UUz+hrxRSQFEpPHRwjQkxXI3ECWTDfJx KY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=comstyle.com; h=message-id :date:mime-version:subject:from:to:references:in-reply-to :content-type:content-transfer-encoding; q=dns; s=default; b=mma +Z6ls2IfA7f6tp0SO/HVPAj0v+0w2/dsEK8B9JcvOeCCRB54lRo3n7s4dLEcDMvZ vdNpVd1a82VxkNVT60hxU9wQobbxzNFM7SnOQWpAMfRXobhbgYx6M890NCXB8h1l eDA1QRY2qSB0v+R7CxYk1A8a7jNNEy/N/5v00ISE= Received: from [IPV6:2001:470:b050:6:61e9:7bf0:fda7:c4dd] (unknown [IPv6:2001:470:b050:6:61e9:7bf0:fda7:c4dd]) (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 4TB35Y6hzmz8PbN for ; Thu, 11 Jan 2024 19:56:49 -0500 (EST) Message-ID: <01ebfa6d-1025-466d-a793-6a3240feb78f@comstyle.com> Date: Thu, 11 Jan 2024 19:56:42 -0500 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Content-Language: en-US From: Brad Smith To: ffmpeg-devel@ffmpeg.org References: In-Reply-To: Subject: Re: [FFmpeg-devel] [PATCH] configure: remove Bitrig OS 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-12-31 2:23 a.m., Brad Smith wrote: > configure: remove Bitrig OS > > Bitrig has been defunct for 7 years. > > Signed-off-by: Brad Smith > --- > configure | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/configure b/configure > index 42786719e9..d96b47ebe5 100755 > --- a/configure > +++ b/configure > @@ -5625,7 +5625,7 @@ case $target_os in > oss_outdev_extralibs="-lossaudio" > enabled gcc || check_ldflags -Wl,-zmuldefs > ;; > - openbsd|bitrig) > + openbsd) > disable symver > enable section_data_rel_ro > striptype="" ping. _______________________________________________ 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".