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 D537148382 for ; Mon, 1 Jan 2024 10:02:59 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 35D1C68CB55; Mon, 1 Jan 2024 12:02:57 +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 AA62168C454 for ; Mon, 1 Jan 2024 12:02:50 +0200 (EET) Received: from smtp2.mailbox.org (smtp2.mailbox.org [IPv6:2001:67c:2050:b231:465::2]) (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 4T3Wkc2J8nz9sQZ for ; Mon, 1 Jan 2024 11:02:48 +0100 (CET) Message-ID: <53e00780-c6e6-4768-92d9-d28799ef988d@gyani.pro> Date: Mon, 1 Jan 2024 15:32:46 +0530 MIME-Version: 1.0 Content-Language: en-US To: ffmpeg-devel@ffmpeg.org References: <20231231073308.191-1-ffmpeg@gyani.pro> <7a324672-fcf0-446e-9274-6b32ef215064@gyani.pro> From: Gyan Doshi In-Reply-To: <7a324672-fcf0-446e-9274-6b32ef215064@gyani.pro> X-Rspamd-Queue-Id: 4T3Wkc2J8nz9sQZ 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 2024-01-01 09:33 am, Gyan Doshi wrote: > > > 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. Pushed as e1c1dc8347f13104bc21e4100fcf4d4dddf5e5d8 Regards, Gyan _______________________________________________ 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".