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 DE4374531A for ; Fri, 20 Jan 2023 22:45:06 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 0F83C68BD4C; Sat, 21 Jan 2023 00:45:03 +0200 (EET) Received: from relay5-d.mail.gandi.net (relay5-d.mail.gandi.net [217.70.183.197]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 4557968BCEE for ; Sat, 21 Jan 2023 00:44:57 +0200 (EET) Received: (Authenticated sender: michael@niedermayer.cc) by mail.gandi.net (Postfix) with ESMTPSA id 5BE531C0002 for ; Fri, 20 Jan 2023 22:44:56 +0000 (UTC) Date: Fri, 20 Jan 2023 23:44:55 +0100 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20230120224455.GY1949656@pb2> References: <20230116133840.512-1-jamrial@gmail.com> <20230116133840.512-5-jamrial@gmail.com> MIME-Version: 1.0 In-Reply-To: <20230116133840.512-5-jamrial@gmail.com> Subject: Re: [FFmpeg-devel] [PATCH 04/26] avcodec: remove FF_API_THREAD_SAFE_CALLBACKS 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="===============6549932133113887175==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============6549932133113887175== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="WsiejqUMGToi5pfa" Content-Disposition: inline --WsiejqUMGToi5pfa Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Jan 16, 2023 at 10:38:18AM -0300, James Almer wrote: > Signed-off-by: James Almer > --- > fftools/ffmpeg.c | 5 - > libavcodec/avcodec.h | 21 --- > libavcodec/decode.c | 13 -- > libavcodec/encode.c | 7 +- > libavcodec/frame_thread_encoder.c | 20 --- > libavcodec/pthread_frame.c | 237 +----------------------------- > libavcodec/thread.h | 12 -- > libavcodec/version_major.h | 1 - > 8 files changed, 6 insertions(+), 310 deletions(-) breaks build without ptherads make LD ffplay_g libavcodec/libavcodec.a(utils.o): In function `ff_get_format': libavcodec/utils.c:910: multiple definition of `ff_get_format' libavcodec/libavcodec.a(decode.o):libavcodec/decode.c:1148: first defined h= ere collect2: error: ld returned 1 exit status Makefile:131: recipe for target 'ffplay_g' failed make: *** [ffplay_g] Error 1 thx [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB The day soldiers stop bringing you their problems is the day you have stopp= ed=20 leading them. They have either lost confidence that you can help or conclud= ed=20 you do not care. Either case is a failure of leadership. - Colin Powell --WsiejqUMGToi5pfa Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEIAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCY8sZYQAKCRBhHseHBAsP q3pRAJ4uhm9PRGb5GBBLpu/SCr6RFqkpcQCeIi8ng+3/XakOfSk2Ku+HPnpiu1A= =YlcD -----END PGP SIGNATURE----- --WsiejqUMGToi5pfa-- --===============6549932133113887175== 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". --===============6549932133113887175==--