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 53E9244B7F for ; Sun, 5 Feb 2023 21:04:50 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id EF02E68BD9B; Sun, 5 Feb 2023 23:04:47 +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 7F1B368B418 for ; Sun, 5 Feb 2023 23:04:41 +0200 (EET) Received: (Authenticated sender: michael@niedermayer.cc) by mail.gandi.net (Postfix) with ESMTPSA id 724DE1C0004 for ; Sun, 5 Feb 2023 21:04:40 +0000 (UTC) Date: Sun, 5 Feb 2023 22:04:39 +0100 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20230205210439.GP1949656@pb2> References: <20230204104204.20721-1-anton@khirnov.net> <20230204104204.20721-11-anton@khirnov.net> MIME-Version: 1.0 In-Reply-To: <20230204104204.20721-11-anton@khirnov.net> Subject: Re: [FFmpeg-devel] [PATCH v2 10/33] 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="===============1726493988361579151==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============1726493988361579151== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="cnn+CxJy/uys8v1I" Content-Disposition: inline --cnn+CxJy/uys8v1I Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Feb 04, 2023 at 11:41:41AM +0100, Anton Khirnov wrote: > From: James Almer >=20 > 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(-) This seems to break build without pthreads libavcodec/libavcodec.a(utils.o): In function `ff_get_format': libavcodec/utils.c:917: multiple definition of `ff_get_format' libavcodec/libavcodec.a(decode.o):libavcodec/decode.c:1147: first defined h= ere collect2: error: ld returned 1 exit status Makefile:131: recipe for target 'ffplay_g' failed make: *** [ffplay_g] Error 1 make: *** Waiting for unfinished jobs.... libavcodec/libavcodec.a(utils.o): In function `ff_get_format': libavcodec/utils.c:917: multiple definition of `ff_get_format' libavcodec/libavcodec.a(decode.o):libavcodec/decode.c:1147: first defined h= ere collect2: error: ld returned 1 exit status Makefile:131: recipe for target 'ffprobe_g' failed make: *** [ffprobe_g] Error 1 [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Into a blind darkness they enter who follow after the Ignorance, they as if into a greater darkness enter who devote themselves to the Knowledge alone. -- Isha Upanishad --cnn+CxJy/uys8v1I Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEIAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCY+AZ3AAKCRBhHseHBAsP qzkGAJ0a2t+nspj3lSLWQFJ839tH5AuYNQCfW5tjooCSpNY/rwgL2Ox5v98vlqE= =le+b -----END PGP SIGNATURE----- --cnn+CxJy/uys8v1I-- --===============1726493988361579151== 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". --===============1726493988361579151==--