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 8D874471C9 for ; Tue, 25 Jun 2024 06:21:26 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 6C97768C35A; Tue, 25 Jun 2024 09:21:23 +0300 (EEST) Received: from mout-p-102.mailbox.org (mout-p-102.mailbox.org [80.241.56.152]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 8F48768D16C for ; Tue, 25 Jun 2024 09:21:16 +0300 (EEST) Received: from smtp202.mailbox.org (smtp202.mailbox.org [10.196.197.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-102.mailbox.org (Postfix) with ESMTPS id 4W7ZTj75DKz9sT1 for ; Tue, 25 Jun 2024 08:21:13 +0200 (CEST) Message-ID: <9e69cb19-dab2-4b80-b951-2040912e6b1b@gyani.pro> Date: Tue, 25 Jun 2024 11:51:13 +0530 MIME-Version: 1.0 To: ffmpeg-devel@ffmpeg.org References: <20240621104804.17185-1-ffmpeg@gyani.pro> <20240621104804.17185-2-ffmpeg@gyani.pro> Content-Language: en-US From: Gyan Doshi In-Reply-To: <20240621104804.17185-2-ffmpeg@gyani.pro> Subject: Re: [FFmpeg-devel] [PATCH 2/2] configure: align conditional library deps assignments 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-06-21 04:18 pm, Gyan Doshi wrote: > --- > configure | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Plan to improve commit messages and push set in 24h. > > diff --git a/configure b/configure > index 1e58c0dbac..db11a78c74 100755 > --- a/configure > +++ b/configure > @@ -7764,14 +7764,14 @@ enabled elbg_filter && prepend avfilter_deps "avcodec" > enabled find_rect_filter && prepend avfilter_deps "avformat avcodec" > enabled fsync_filter && prepend avfilter_deps "avformat" > enabled mcdeint_filter && prepend avfilter_deps "avcodec" > -enabled movie_filter && prepend avfilter_deps "avformat avcodec" > +enabled movie_filter && prepend avfilter_deps "avformat avcodec" > enabled pan_filter && prepend avfilter_deps "swresample" > enabled pp_filter && prepend avfilter_deps "postproc" > enabled qrencode_filter && prepend avfilter_deps "swscale" > enabled qrencodesrc_filter && prepend avfilter_deps "swscale" > enabled removelogo_filter && prepend avfilter_deps "avformat avcodec swscale" > enabled sab_filter && prepend avfilter_deps "swscale" > -enabled scale_filter && prepend avfilter_deps "swscale" > +enabled scale_filter && prepend avfilter_deps "swscale" > enabled scale2ref_filter && prepend avfilter_deps "swscale" > enabled showcqt_filter && prepend avfilter_deps "avformat swscale" > enabled signature_filter && prepend avfilter_deps "avcodec avformat" _______________________________________________ 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".