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 4FF4347EBC for ; Sun, 31 Dec 2023 07:23:24 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 039A768CCB5; Sun, 31 Dec 2023 09:23:21 +0200 (EET) Received: from mail.comstyle.com (speedy.comstyle.com [206.51.28.2]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 2793868CC2F for ; Sun, 31 Dec 2023 09:23:15 +0200 (EET) Received: from mail.comstyle.com (localhost [127.0.0.1]) by mail.comstyle.com (Postfix) with ESMTP id 4T2rDx13sfz8PbP for ; Sun, 31 Dec 2023 02:23:13 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=comstyle.com; h=date:from :to:subject:message-id:mime-version:content-type; s=default; bh= eIFJp9qa/DAN/S0fwqdAGfkpbCo=; b=CpBVDLdn/FuA9WNK1zVD7muW8yduRclY hTumG40+pz34HG0innK2kbt6dsyyve72AAtXjuDsV1H8g3osY1B4Q3SaY5+rG84x AAP+V7BF9PiJIEnGLTpRyBHf8E5C/AnkSm64+aQPmx/UySs47Lj90tRi5es/7Mqb SiX2BYtr+rE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=comstyle.com; h=date:from:to :subject:message-id:mime-version:content-type; q=dns; s=default; b= NQbE4qqmTkOuDjEf+5HkffW6MM8j2jkopFdTpcGTjfN/5aD5IGgcIZUxRhwEcgCm p7PZdagqWlM9covXafaAIV437vhuZltCLz2GJWsUjm+TkxmySYKmSwMiQjqnxowS WEjCj8Unwh5kigDzz0gbXQUbSjA8zfybWJF2P12F5WM= Received: from humpty.home.comstyle.com (unknown [IPv6:2001:470:b050:3:262a:108c:7eb5:30c1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA512) (No client certificate requested) (Authenticated sender: brad) by mail.comstyle.com (Postfix) with ESMTPSA id 4T2rDx0W3cz8PbN for ; Sun, 31 Dec 2023 02:23:13 -0500 (EST) Date: Sun, 31 Dec 2023 02:23:11 -0500 From: Brad Smith To: ffmpeg-devel@ffmpeg.org Message-ID: MIME-Version: 1.0 Content-Disposition: inline Subject: [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-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: 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="" -- 2.43.0 _______________________________________________ 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".