From patchwork Sat Aug 22 18:39:34 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Anamitra Ghorui X-Patchwork-Id: 21818 Return-Path: X-Original-To: patchwork@ffaux-bg.ffmpeg.org Delivered-To: patchwork@ffaux-bg.ffmpeg.org Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by ffaux.localdomain (Postfix) with ESMTP id 616A344B1A5 for ; Sat, 22 Aug 2020 21:40:20 +0300 (EEST) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 4164F68B6DC; Sat, 22 Aug 2020 21:40:20 +0300 (EEST) X-Original-To: ffmpeg-devel@ffmpeg.org Delivered-To: ffmpeg-devel@ffmpeg.org Received: from mail.teknik.io (mail.teknik.io [5.79.72.163]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id E1A2768B650 for ; Sat, 22 Aug 2020 21:40:11 +0300 (EEST) dkim-signature: v=1; a=rsa-sha256; d=teknik.io; s=dkim; c=relaxed/relaxed; q=dns/txt; h=From:Subject:Date:Message-ID:To:MIME-Version:Content-Transfer-Encoding:In-Reply-To:References; bh=eH+K5wvlYRrxu/6F7yyPBgycwqRf/jXEIS6p8j/VDJ4=; b=RuIQlh1l/myzdcH0DQVgDSCIXT43IHgWyvdapNeGP/uDUDn1AvPQMqgQHCdTjAGyQ0ZHcDF6PqqklTNuWfCFclnvsCSnjadK6wecwBMqA5P0X7NgUdY4F8DQnx7Vq3c1bRtheJcdwrlw/lz6lBH7kS5qCsXcuEOTgVbCOE8gtd57dKqkPvveaUFnc0nNhBaZLZIrwQr114BgS4VTTLpx+kD5Dzd/TDrNI30cPYVVflRFkJgm2HaO6h0zri 6QLW9UpUkUoldsv1h6htkCkkKO3pJ4gERG9CQJKPwjlfOhPk+wf6+RO5akYxi8HTXylxcKvqrGugZkW5leLMihqeTtDg== Received: from localhost.localdomain (Unknown [103.82.156.1]) by mail.teknik.io with ESMTPSA (version=TLSv1.2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128) ; Sat, 22 Aug 2020 11:40:11 -0700 From: Anamitra Ghorui To: ffmpeg-devel@ffmpeg.org Date: Sun, 23 Aug 2020 00:09:34 +0530 Message-Id: <20200822183935.1991-3-aghorui@teknik.io> X-Mailer: git-send-email 2.28.0 In-Reply-To: <20200822183935.1991-1-aghorui@teknik.io> References: <20200822183935.1991-1-aghorui@teknik.io> MIME-Version: 1.0 Subject: [FFmpeg-devel] [PATCH v6 3/4] configure: add FLIF dependencies X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.20 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 Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Signed-off-by: Anamitra Ghorui --- configure | 1 + 1 file changed, 1 insertion(+) diff --git a/configure b/configure index 6faff9bc7b..a80e300cdb 100755 --- a/configure +++ b/configure @@ -3307,6 +3307,7 @@ fifo_muxer_deps="threads" flac_demuxer_select="flac_parser" flv_muxer_select="aac_adtstoasc_bsf" gxf_muxer_select="pcm_rechunk_bsf" +flif_demuxer_select="zlib exif" hds_muxer_select="flv_muxer" hls_muxer_select="mpegts_muxer" hls_muxer_suggest="gcrypt openssl"