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 1BD89474EE for ; Tue, 9 Jan 2024 04:52:14 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 202E268CDE3; Tue, 9 Jan 2024 06:52:12 +0200 (EET) Received: from mail.comstyle.com (speedy.comstyle.com [206.51.28.2]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id CF03A68C99B for ; Tue, 9 Jan 2024 06:52:04 +0200 (EET) Received: from mail.comstyle.com (localhost [127.0.0.1]) by mail.comstyle.com (Postfix) with ESMTP id 4T8JSL4C79z8PbP; Mon, 8 Jan 2024 23:52:02 -0500 (EST) 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=7/Zww+5LB kEiC6qee6TmEK5bX3Q=; b=DPaInVeuXFXXhGrWui73ACsrK0hnNPKv4invtOLLO ntJxJucsKk5zU05vShtljFgx0n60sX0O+tNHeWHTA1nGQ7TlHmQurgg4FKwkUg3A Qw7DyhRo8ssw8Qjw9tZump5Yc/7HLQsPsZbtbmRcaELyMgQ+GRnI2n/OCnqn64a3 PQ= 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=Ojb TbOYT7Ol8kFxEzxiNNZsjYgn6vnF6uJuEGgda9hxEiUDmTfmtrlByxuSdWLJs+bo QVOSY1thmbfmHXblINodBJ3isNzlPdI1ZrE4IKuHcI33z8VUoSlbjrodA2YTdy5/ t7xVpyNIZz8D77FC9e9x16cHMOeBYWTD2Tsl+vEg= Received: from [IPV6:2001:470:b050:6:756d:c73c:fe8f:88cd] (unknown [IPv6:2001:470:b050:6:756d:c73c:fe8f:88cd]) (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 4T8JSL1PkLz8PbN; Mon, 8 Jan 2024 23:52:02 -0500 (EST) Message-ID: <9110236d-2bdb-4d5e-ab55-c8b243e5c885@comstyle.com> Date: Mon, 8 Jan 2024 23:51:56 -0500 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird To: FFmpeg development discussions and patches , Michael Niedermayer References: <20240106172734.GH6420@pb2> Content-Language: en-US From: Brad Smith In-Reply-To: <20240106172734.GH6420@pb2> Subject: Re: [FFmpeg-devel] [PATCH] lavu/thread: add support for setting thread name on *bsd and solaris 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-01-06 12:27 p.m., Michael Niedermayer wrote: > On Wed, Jan 03, 2024 at 11:19:56PM -0500, Brad Smith wrote: >> lavu/thread: add support for setting thread name on *bsd and solaris >> >> FreeBSD/DragonFly/Solaris use pthread_setname_np(). OpenBSD uses pthread_set_name_np(). >> >> Signed-off-by: Brad Smith >> --- >> configure | 10 ++++++++++ >> libavutil/thread.h | 14 ++++++++++++-- >> 2 files changed, 22 insertions(+), 2 deletions(-) > this breaks build on linux > > ./configure --enable-pthreads > ERROR: pthreads requested but not found > > 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. Sent a v2 diff. _______________________________________________ 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".