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 E18F643507 for ; Tue, 14 Jun 2022 20:26:58 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 4011768B6EF; Tue, 14 Jun 2022 23:26:57 +0300 (EEST) Received: from relay12.mail.gandi.net (relay12.mail.gandi.net [217.70.178.232]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id D721168B6E9 for ; Tue, 14 Jun 2022 23:26:50 +0300 (EEST) Received: from localhost (213-47-68-29.cable.dynamic.surfer.at [213.47.68.29]) (Authenticated sender: michael@niedermayer.cc) by mail.gandi.net (Postfix) with ESMTPSA id 25756200002 for ; Tue, 14 Jun 2022 20:26:49 +0000 (UTC) Date: Tue, 14 Jun 2022 22:26:48 +0200 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20220614202648.GL396728@pb2> References: <10ec51ef44325c2de6d5de7b994a9b6c8eb5e3a2.camel@acc.umu.se> <9fab6eb579616c28441096f3cecf827ff1262c88.camel@acc.umu.se> MIME-Version: 1.0 In-Reply-To: <9fab6eb579616c28441096f3cecf827ff1262c88.camel@acc.umu.se> Subject: Re: [FFmpeg-devel] [PATCH 06/13] lavu/mem: Add ff_fast_recalloc() 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="===============1199052497491174812==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============1199052497491174812== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="RcBhtXD8LUOKpJGW" Content-Disposition: inline --RcBhtXD8LUOKpJGW Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Jun 14, 2022 at 04:42:06PM +0200, Tomas H=E4rdin wrote: > Left this as an ff_ funtion for now since it's only used by the j2k > code >=20 > /Tomas > mem.c | 24 ++++++++++++++++++++++++ > mem.h | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ > 2 files changed, 79 insertions(+) > 21be65bd06e3260f9f36598d5d574ee32e7131a6 0006-lavu-mem-Add-ff_fast_recal= loc.patch > From 5d36d431ffe4c8ba0f698d0c288ebc16b83f0bbc Mon Sep 17 00:00:00 2001 > From: =3D?UTF-8?q?Tomas=3D20H=3DC3=3DA4rdin?=3D > Date: Tue, 14 Jun 2022 13:35:18 +0200 > Subject: [PATCH 06/13] lavu/mem: Add ff_fast_recalloc() You cannot call a ff_* function thats in libavutil from outside libavutil this will fail with shared libs as the ff* stuff is not exported thx [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Observe your enemies, for they first find out your faults. -- Antisthenes --RcBhtXD8LUOKpJGW Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEIAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCYqjvBQAKCRBhHseHBAsP q2ieAJ4rBKUbZ34u4Ek7azunE3398wPZDQCfTUR6KTV/umNn7M7YfvEIIKYFduo= =P6JX -----END PGP SIGNATURE----- --RcBhtXD8LUOKpJGW-- --===============1199052497491174812== 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". --===============1199052497491174812==--