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 9A1B843F44 for ; Thu, 18 Aug 2022 19:10:03 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 2218968B9B4; Thu, 18 Aug 2022 22:10:01 +0300 (EEST) Received: from mail-vs1-f54.google.com (mail-vs1-f54.google.com [209.85.217.54]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 32D8E68B956 for ; Thu, 18 Aug 2022 22:09:55 +0300 (EEST) Received: by mail-vs1-f54.google.com with SMTP id p6so2054545vsr.9 for ; Thu, 18 Aug 2022 12:09:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:in-reply-to:from:references:to :content-language:subject:user-agent:mime-version:date:message-id :from:to:cc; bh=hdn4fl69LyvzWIqxTeB7BVAK1g+EJbRjZT358kCu+v4=; b=JwhzEINrGEuKRKKjV3J1DLTstDUG2bCC5wwvi40chBZnuqb9Kz+5pXD9KJUtB7Jhdf WqdlPE9EeVY5H1Igb2eD4Rzx9d8di4CRhO1R5ZRN2O/xaOzmFZqmxpEjXfP1ltbjuJUr miIoHRggxer5yGwjKV4x32smVrdRnw4BYBZtF/SbomqahjmKhgk2oAD9qky2kAM7FckS aBkYGPRdV3t6z7MvHBVJ/sEU46wX19cg2pO2qrFYBFSB4rtC7X+P5w9YqCRpHBzcT6ph T1EG7ycPZk/ctYLnFdMthSa/4TYwD975lwtS48WHPrf6mH5evNvT/zZVHFRZA+XHChxq uPEg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:in-reply-to:from:references:to :content-language:subject:user-agent:mime-version:date:message-id :x-gm-message-state:from:to:cc; bh=hdn4fl69LyvzWIqxTeB7BVAK1g+EJbRjZT358kCu+v4=; b=g5l1NYs2ouubXSyC0TZPsk9FRnQCvXxAaw8nQC2Adu1BA924ff8Md4Z+Ar+b5pM/kc 30aTofiyEeWgqrJFCANSTWe5tuvpr+WuMC6jwyiaRwPRQ4n82zyDHCaJQuqVCaxNapU/ MLgHxpUX52YS2lKgPrXLnrLpuUUfMics9aYTmSakzIG0E3jhIPg2tE1H0midSzMzA448 HAg39rJWUelwvf9RD8cyaAsvc65QE2zYCi+Q8z3XMyhSbK7N8gaRw1+Jv9eInTDyoCUm t69XuxZhjO3CdT1WfoEHegpYRueAe3VhCa4QxUnwRBln8UfKzMUiIed+dAwhc7haQdKW nl2w== X-Gm-Message-State: ACgBeo1RN48hNKx0gqqEvNdBiNjjxRleub5HeMQWbK2lVHErOusCmbtr VyRyL/5tgGaBmDAyhr8iEdc6F7URCGs= X-Google-Smtp-Source: AA6agR6ALwRP56Y+MKJCg310SIByRuFkRyT/KbKPpIL064jlhyB2nsmg00Br1xR9FVdK5o9OLDD6xg== X-Received: by 2002:a05:6102:290a:b0:390:1df3:fe16 with SMTP id cz10-20020a056102290a00b003901df3fe16mr871794vsb.53.1660849793075; Thu, 18 Aug 2022 12:09:53 -0700 (PDT) Received: from [192.168.0.13] ([191.97.187.183]) by smtp.gmail.com with ESMTPSA id j7-20020ab06ca7000000b00390ff194f21sm1309203uaa.1.2022.08.18.12.09.51 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 18 Aug 2022 12:09:52 -0700 (PDT) Message-ID: <05053d4e-6bf3-8064-d190-50271d15ec9d@gmail.com> Date: Thu, 18 Aug 2022 16:09:52 -0300 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.12.0 Content-Language: en-US To: ffmpeg-devel@ffmpeg.org References: <20220818190147.1576-1-h.leppkes@gmail.com> From: James Almer In-Reply-To: <20220818190147.1576-1-h.leppkes@gmail.com> Subject: Re: [FFmpeg-devel] [PATCH] configure: enable the av1_frame_split bsf for the av1 decoder 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 8/18/2022 4:01 PM, Hendrik Leppkes wrote: > The BSF is required to make use of the AV1 decoder, thus configure > should also ensure it is build. > --- > configure | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/configure b/configure > index fe94941a03..6a179190ac 100755 > --- a/configure > +++ b/configure > @@ -2788,7 +2788,7 @@ atrac3al_decoder_select="mdct" > atrac3p_decoder_select="mdct sinewin" > atrac3pal_decoder_select="mdct sinewin" > atrac9_decoder_select="mdct" > -av1_decoder_select="cbs_av1" > +av1_decoder_select="cbs_av1 av1_frame_split_bsf" > bink_decoder_select="blockdsp hpeldsp" > binkaudio_dct_decoder_select="mdct rdft dct sinewin wma_freqs" > binkaudio_rdft_decoder_select="mdct rdft sinewin wma_freqs" LGTM _______________________________________________ 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".