From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ffbox0-bg.ffmpeg.org (ffbox0-bg.ffmpeg.org [79.124.17.100]) by master.gitmailbox.com (Postfix) with ESMTPS id 7E22041267 for ; Mon, 19 May 2025 09:53:52 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.ffmpeg.org (Postfix) with ESMTP id B477C68D56A; Mon, 19 May 2025 12:53:47 +0300 (EEST) Received: from mout-p-101.mailbox.org (mout-p-101.mailbox.org [80.241.56.151]) by ffbox0-bg.ffmpeg.org (Postfix) with ESMTPS id 74B97680A42 for ; Mon, 19 May 2025 12:53:41 +0300 (EEST) Received: from smtp1.mailbox.org (smtp1.mailbox.org [10.196.197.1]) (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-101.mailbox.org (Postfix) with ESMTPS id 4b1CgQ5wSqz9smc for ; Mon, 19 May 2025 11:53:38 +0200 (CEST) Message-ID: <6c292fb0-6e64-4255-9211-a7519a68ae84@gyani.pro> Date: Mon, 19 May 2025 15:23:35 +0530 MIME-Version: 1.0 To: ffmpeg-devel@ffmpeg.org References: <20250518084719.662-1-ffmpeg@gyani.pro> Content-Language: en-US From: Gyan Doshi In-Reply-To: <20250518084719.662-1-ffmpeg@gyani.pro> Subject: Re: [FFmpeg-devel] [PATCH] configure: correct liboapv feature support 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 2025-05-18 02:17 pm, Gyan Doshi wrote: > Only encoding support has been added for liboapv Pushed as c55d65ac0a789c23192aa555d8c1da399cee71aa Regards, Gyan > --- > configure | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/configure b/configure > index 0609dac4ab..30063e6b34 100755 > --- a/configure > +++ b/configure > @@ -249,7 +249,7 @@ External library support: > --enable-liblensfun enable lensfun lens correction [no] > --enable-libmodplug enable ModPlug via libmodplug [no] > --enable-libmp3lame enable MP3 encoding via libmp3lame [no] > - --enable-liboapv enable APV encoding/decoding via liboapv [no] > + --enable-liboapv enable APV encoding via liboapv [no] > --enable-libopencore-amrnb enable AMR-NB de/encoding via libopencore-amrnb [no] > --enable-libopencore-amrwb enable AMR-WB decoding via libopencore-amrwb [no] > --enable-libopencv enable video filtering via libopencv [no] _______________________________________________ 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".