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 7C6874F59C for ; Tue, 17 Jun 2025 23:20:00 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.ffmpeg.org (Postfix) with ESMTP id 04E7F68D9F0; Wed, 18 Jun 2025 02:19:46 +0300 (EEST) Received: from mx.sdf.org (mx.sdf.org [205.166.94.24]) by ffbox0-bg.ffmpeg.org (Postfix) with ESMTPS id 4072068D9D5 for ; Wed, 18 Jun 2025 02:19:39 +0300 (EEST) Received: from a4049f569c3d21a8befc34ed69607896 ([1.145.171.204]) (authenticated (0 bits)) by mx.sdf.org (8.18.1/8.14.3) with ESMTPSA id 55HNJUgc009836 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256 bits) verified NO) for ; Tue, 17 Jun 2025 23:19:36 GMT Date: Wed, 18 Jun 2025 09:19:30 +1000 From: Peter Ross To: ffmpeg-devel@ffmpeg.org Message-ID: <635e07cba26bdb5246afb666f3236dfcde6f4480.1750202160.git.pross@xvid.org> MIME-Version: 1.0 Content-Disposition: inline Subject: [FFmpeg-devel] [PATCH 1/2] configure: cbs_apv depends on cbs 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-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --- configure | 1 + 1 file changed, 1 insertion(+) diff --git a/configure b/configure index e2e9fc26d8..bfe5f5bbee 100755 --- a/configure +++ b/configure @@ -2869,6 +2869,7 @@ w32threads_deps="atomics_native" threads_if_any="$THREADS_LIST" # subsystems +cbs_apv_select="cbs" cbs_av1_select="cbs" cbs_h264_select="cbs" cbs_h265_select="cbs" -- 2.47.2 -- Peter (A907 E02F A6E5 0CD2 34CD 20D2 6760 79C5 AC40 DD6B) _______________________________________________ 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".