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 DFB7E493A3 for ; Sat, 9 Mar 2024 23:26:45 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 3E60F68CBCB; Sun, 10 Mar 2024 01:26:42 +0200 (EET) Received: from relay7-d.mail.gandi.net (relay7-d.mail.gandi.net [217.70.183.200]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id EE35668C119 for ; Sun, 10 Mar 2024 01:26:34 +0200 (EET) Received: by mail.gandi.net (Postfix) with ESMTPSA id DC84C20003 for ; Sat, 9 Mar 2024 23:26:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=niedermayer.cc; s=gm1; t=1710026794; 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=eAC5tyhmX3BPf/ab5wL60+RBHsqxsGC3d4sj1ksku6M=; b=WKsQssrFv6NLQOYyH8hKZOgT1cKaKJ60oWllDUBvZj4j6l3DfJztGmCZRpL0q61hl0bbHa 7sKTpHtzYArxvC0y2zy3D1Yv6dNXea6uvgr85D4saLaBjj7KmTvxtpdYi7JKjfZT5+ukSm qeBMjO/VnufM5ayEVqJH7//n9ayvi4M3PFWMF8hwhQPj5HMA8K/mxe8fRQsLcnpb/xMc9z bsk6rHpOqp/6McAdAvCM5WzHLvYEFEx3V+V3esjsWS+HjUlW36UtYrQvRZLVKmISBpny0k OLglH6FNp4csWaF5sNwiyqRPKKX0IotlzJAcXRHpiTuAv9tYDM27Dxjy6/YB8w== Date: Sun, 10 Mar 2024 00:26:33 +0100 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20240309232633.GK6420@pb2> References: <20240308082749.20028-1-anton@khirnov.net> MIME-Version: 1.0 In-Reply-To: <20240308082749.20028-1-anton@khirnov.net> X-GND-Sasl: michael@niedermayer.cc Subject: Re: [FFmpeg-devel] [PATCH 1/3] lavc/thread: move generic-layer API to avcodec_internal.h 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="===============0662108879764327168==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============0662108879764327168== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="0PAu7KpauSdrs2Vm" Content-Disposition: inline --0PAu7KpauSdrs2Vm Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Mar 08, 2024 at 09:27:47AM +0100, Anton Khirnov wrote: > thread.h currently contains both API for decoder use and functions > internal to lavc generic layer. Move the latter to avcodec_internal.h, > which is a more appropriate place for them. > --- > libavcodec/avcodec_internal.h | 24 ++++++++++++++++++++++++ > libavcodec/pthread.c | 1 + > libavcodec/thread.h | 25 +------------------------ > 3 files changed, 26 insertions(+), 24 deletions(-) breaks ppc build make -j32 -k CC libavcodec/utils.o src/libavcodec/utils.c:810:5: error: no previous prototype for =E2=80=98ff_= thread_init=E2=80=99 [-Werror=3Dmissing-prototypes] int ff_thread_init(AVCodecContext *s) ^~~~~~~~~~~~~~ cc1: some warnings being treated as errors src/ffbuild/common.mak:81: recipe for target 'libavcodec/utils.o' failed make: *** [libavcodec/utils.o] Error 1 make: Target 'all' not remade because of errors. [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB I have never wished to cater to the crowd; for what I know they do not approve, and what they approve I do not know. -- Epicurus --0PAu7KpauSdrs2Vm Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEIAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCZezwJQAKCRBhHseHBAsP q5JzAJ9b7FC/Kl3/eg5Sx4WHkeHashSBGwCeLPKUcTEfPpm9Cx08R+huEV34Ivg= =kvB1 -----END PGP SIGNATURE----- --0PAu7KpauSdrs2Vm-- --===============0662108879764327168== 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". --===============0662108879764327168==--