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 C5E0845CC5 for ; Tue, 1 Aug 2023 18:59:53 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 6D8F168C37C; Tue, 1 Aug 2023 21:59:50 +0300 (EEST) Received: from relay4-d.mail.gandi.net (relay4-d.mail.gandi.net [217.70.183.196]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 59BAB68BE5A for ; Tue, 1 Aug 2023 21:59:44 +0300 (EEST) Received: by mail.gandi.net (Postfix) with ESMTPSA id 52B75E0009 for ; Tue, 1 Aug 2023 18:59:43 +0000 (UTC) Date: Tue, 1 Aug 2023 20:59:42 +0200 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20230801185942.GD7802@pb2> References: <20230801133055.256537-1-leo.izen@gmail.com> <20230801133055.256537-5-leo.izen@gmail.com> MIME-Version: 1.0 In-Reply-To: <20230801133055.256537-5-leo.izen@gmail.com> X-GND-Sasl: michael@niedermayer.cc Subject: Re: [FFmpeg-devel] [PATCH v6 4/5] avformat/jpegxl: remove jpegxl_probe, instead call avcodec/jpegxl_parse 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="===============3800201352153300676==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============3800201352153300676== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="mWEPrn9k3Wj8m9KK" Content-Disposition: inline --mWEPrn9k3Wj8m9KK Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Aug 01, 2023 at 09:30:54AM -0400, Leo Izen wrote: > This prevents code duplication in the source form by calling the parse > code that was moved to avcodec last commit. The code will be duplicated > in binary form for shared builds (it's not that large), but for source > code it will only exist in one location now. >=20 > Signed-off-by: Leo Izen > --- > libavformat/Makefile | 6 +- > libavformat/img2dec.c | 4 +- > libavformat/jpegxl_anim_dec.c | 132 +++-------- > libavformat/jpegxl_probe.c | 412 ---------------------------------- > libavformat/jpegxl_probe.h | 37 --- > libavformat/version.h | 2 +- > 6 files changed, 38 insertions(+), 555 deletions(-) > delete mode 100644 libavformat/jpegxl_probe.c > delete mode 100644 libavformat/jpegxl_probe.h breaks build with shared libs GEN libavformat/libavformat.ver LD libavformat/libavformat.so.60 clang: error: no such file or directory: 'libavformat/jpegxl_parse.o' src/ffbuild/library.mak:118: recipe for target 'libavformat/libavformat.so.= 60' failed make: *** [libavformat/libavformat.so.60] Error 1 [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB If you think the mosad wants you dead since a long time then you are either wrong or dead since a long time. --mWEPrn9k3Wj8m9KK Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEIAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCZMlWGgAKCRBhHseHBAsP qwCoAJ92/yiShKHDKg1kZcZFhp7LQn4OkACfeyIQMSze7RKHI1nQW8XaOBW+96c= =B9S4 -----END PGP SIGNATURE----- --mWEPrn9k3Wj8m9KK-- --===============3800201352153300676== 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". --===============3800201352153300676==--