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 F156A47B10 for ; Mon, 1 Jan 2024 04:03:47 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id CC5A868CDA0; Mon, 1 Jan 2024 06:03:44 +0200 (EET) Received: from mout-p-103.mailbox.org (mout-p-103.mailbox.org [80.241.56.161]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id B47AC68CD06 for ; Mon, 1 Jan 2024 06:03:38 +0200 (EET) Received: from smtp202.mailbox.org (smtp202.mailbox.org [IPv6:2001:67c:2050:b231:465::202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-103.mailbox.org (Postfix) with ESMTPS id 4T3Mm41Pr9z9scD for ; Mon, 1 Jan 2024 05:03:32 +0100 (CET) Message-ID: <7a324672-fcf0-446e-9274-6b32ef215064@gyani.pro> Date: Mon, 1 Jan 2024 09:33:30 +0530 MIME-Version: 1.0 To: ffmpeg-devel@ffmpeg.org References: <20231231073308.191-1-ffmpeg@gyani.pro> Content-Language: en-US From: Gyan Doshi In-Reply-To: <20231231073308.191-1-ffmpeg@gyani.pro> X-Rspamd-Queue-Id: 4T3Mm41Pr9z9scD Subject: Re: [FFmpeg-devel] [PATCH] configure: correct lensfun header function check 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-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: On 2023-12-31 01:03 pm, Gyan Doshi wrote: > The function lf_db_new was deprecated in lensfun 09dcd3e7ad in 2017 > in favour of lf_db_create. The AVfilter was adjusted in 8b78eb312d > but the configure check wasn't changed. > > lensfun removed lf_db_new declaration in lf 35c0017593 so configure > fails to find lensfun. > --- This unbreaks use of the lib so plan to push in a few hours. Regards, Gyan > configure | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/configure b/configure > index cd66e42850..9262c1b650 100755 > --- a/configure > +++ b/configure > @@ -6776,7 +6776,7 @@ enabled libjxl && require_pkg_config libjxl "libjxl >= 0.7.0" jxl/dec > require_pkg_config libjxl_threads "libjxl_threads >= 0.7.0" jxl/thread_parallel_runner.h JxlThreadParallelRunner > enabled libklvanc && require libklvanc libklvanc/vanc.h klvanc_context_create -lklvanc > enabled libkvazaar && require_pkg_config libkvazaar "kvazaar >= 2.0.0" kvazaar.h kvz_api_get > -enabled liblensfun && require_pkg_config liblensfun lensfun lensfun.h lf_db_new > +enabled liblensfun && require_pkg_config liblensfun lensfun lensfun.h lf_db_create > > if enabled libmfx && enabled libvpl; then > die "ERROR: can not use libmfx and libvpl together" _______________________________________________ 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".