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 481944853E for ; Sat, 6 Jan 2024 17:27:46 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 1A5F068CC3E; Sat, 6 Jan 2024 19:27:43 +0200 (EET) Received: from relay6-d.mail.gandi.net (relay6-d.mail.gandi.net [217.70.183.198]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 2F5EB68CC3E for ; Sat, 6 Jan 2024 19:27:36 +0200 (EET) Received: by mail.gandi.net (Postfix) with ESMTPSA id 39964C0002 for ; Sat, 6 Jan 2024 17:27:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=niedermayer.cc; s=gm1; t=1704562055; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=5tdZdv/IcIKUfCDoHUgV2IDUCbfR62NLjLlO7yUTkak=; b=h25mUfS06BZooy/Fv2luFff2KxwanLftU2XD+xB1c6oTukIarMVkLFZQhbxTeTmU6WAjgg EDKFrmQBUVdsQEzuQsVMbRbxD0XwIOLcKRHqmF4aoezCWLoRiT6kANDimtWHFKCykv/6mM BiEogqe1JEpQL62g5K2ivy92wW2UUyjl/RmU9baGATn5eAkeP4WeHTNKYA5fwSnLCyR9lH SEeoQdWMCdEbzlSB1Gp35LjIjJaWNZ99KgCFSVUvmaDsY0nlN9VFpED3KHZRJOQib1X756 MCy+gkEKUtJ0HwKHVNAeIU/O3CbyhjboTE6AD11wv9x5VWqthVc8g/jn80YwyQ== Date: Sat, 6 Jan 2024 18:27:34 +0100 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20240106172734.GH6420@pb2> References: MIME-Version: 1.0 In-Reply-To: X-GND-Sasl: michael@niedermayer.cc 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-Type: multipart/mixed; boundary="===============2974165835457421432==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============2974165835457421432== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="N2sd0375daQhR1Ll" Content-Disposition: inline --N2sd0375daQhR1Ll Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable 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 >=20 > FreeBSD/DragonFly/Solaris use pthread_setname_np(). OpenBSD uses pthread_= set_name_np(). >=20 > 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 wil= l help solve the problem. [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Whats the most studid thing your enemy could do ? Blow himself up Whats the most studid thing you could do ? Give up your rights and freedom because your enemy blew himself up. --N2sd0375daQhR1Ll Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEIAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCZZmNfQAKCRBhHseHBAsP q1a2AJ9iQxRoRClRqKvtIy5K1hCPmpwJRwCcDB4v1PvJ2Ismp6mkTmSlL42I/QM= =/+dM -----END PGP SIGNATURE----- --N2sd0375daQhR1Ll-- --===============2974165835457421432== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ 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". --===============2974165835457421432==--