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 A56784327D for ; Sat, 25 Jun 2022 12:27:52 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 2BB5968B774; Sat, 25 Jun 2022 15:27:50 +0300 (EEST) Received: from mout-p-202.mailbox.org (mout-p-202.mailbox.org [80.241.56.172]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 7301768B467 for ; Sat, 25 Jun 2022 15:27:44 +0300 (EEST) Received: from smtp1.mailbox.org (smtp1.mailbox.org [IPv6:2001:67c:2050:b231:465::1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-202.mailbox.org (Postfix) with ESMTPS id 4LVYCx6cs4z9sQP for ; Sat, 25 Jun 2022 14:27:41 +0200 (CEST) Message-ID: <3b43cd1d-5737-bb44-03ed-d1c21a798c67@gyani.pro> Date: Sat, 25 Jun 2022 17:57:38 +0530 MIME-Version: 1.0 Content-Language: en-US To: ffmpeg-devel@ffmpeg.org References: <20220625061156.11779-1-ffmpeg@gyani.pro> <9d0cdf7b-aa5b-328f-7085-c40bb7042715@gyani.pro> From: Gyan Doshi In-Reply-To: X-Rspamd-Queue-Id: 4LVYCx6cs4z9sQP Subject: Re: [FFmpeg-devel] [PATCH] avfilter/Makefile: always make colorspace.o 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: Pushed as 0744c84792f78bc4de082ef8ca041f66852b506b On 2022-06-25 01:44 pm, Gyan Doshi wrote: > > > On 2022-06-25 12:43 pm, Andreas Rheinhardt wrote: >> Gyan Doshi: >>> >>> On 2022-06-25 12:16 pm, Andreas Rheinhardt wrote: >>>> Gyan Doshi: >>>>> Unbreaks libavfilter builds when configured with a subset of filters. >>>>> >>>>> drawutils added ff_draw_init2 in 6c3a82f043 which calls functions >>>>> defined in >>>>> colorspace.c. So the latter needs to be built alongside the former. >>>>> --- >>>> And why not just build it when it's needed? >>> It's always needed. See the next line after my added line. >>> >> Damn. Objection lifted. > > Will push soon. > > 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". _______________________________________________ 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".