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 1488846D0A for ; Tue, 17 Jun 2025 23:21:00 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.ffmpeg.org (Postfix) with ESMTP id F175A68DA13; Wed, 18 Jun 2025 02:20:57 +0300 (EEST) Received: from mx.sdf.org (mx.sdf.org [205.166.94.24]) by ffbox0-bg.ffmpeg.org (Postfix) with ESMTPS id 5C77968D97D for ; Wed, 18 Jun 2025 02:20:55 +0300 (EEST) Received: from 87f197dc98fbc2d23087a75014297d80 ([1.145.171.204]) (authenticated (0 bits)) by mx.sdf.org (8.18.1/8.14.3) with ESMTPSA id 55HNKlQY016012 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256 bits) verified NO) for ; Tue, 17 Jun 2025 23:20:53 GMT Date: Wed, 18 Jun 2025 09:20:47 +1000 From: Peter Ross To: ffmpeg-devel@ffmpeg.org Message-ID: <85f9e2a1e7df7792e476b4cb96e335ff01acfea1.1750202160.git.pross@xvid.org> References: <635e07cba26bdb5246afb666f3236dfcde6f4480.1750202160.git.pross@xvid.org> MIME-Version: 1.0 In-Reply-To: <635e07cba26bdb5246afb666f3236dfcde6f4480.1750202160.git.pross@xvid.org> Subject: [FFmpeg-devel] [PATCH 2/2] configure: h264_vulkan_encoder depends on atsc_a53 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: multipart/mixed; boundary="===============7841430781493199215==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============7841430781493199215== Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="tjRFn93j935fu+uI" Content-Disposition: inline --tjRFn93j935fu+uI Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index bfe5f5bbee..4dfe0c7114 100755 --- a/configure +++ b/configure @@ -3411,7 +3411,7 @@ h264_qsv_encoder_select=3D"atsc_a53 qsvenc" h264_rkmpp_decoder_deps=3D"rkmpp" h264_rkmpp_decoder_select=3D"h264_mp4toannexb_bsf" h264_vaapi_encoder_select=3D"atsc_a53 cbs_h264 vaapi_encode" -h264_vulkan_encoder_select=3D"cbs_h264 vulkan_encode" +h264_vulkan_encoder_select=3D"atsc_a53 cbs_h264 vulkan_encode" h264_v4l2m2m_decoder_deps=3D"v4l2_m2m h264_v4l2_m2m" h264_v4l2m2m_decoder_select=3D"h264_mp4toannexb_bsf" h264_v4l2m2m_encoder_deps=3D"v4l2_m2m h264_v4l2_m2m" --=20 2.47.2 -- Peter (A907 E02F A6E5 0CD2 34CD 20D2 6760 79C5 AC40 DD6B) --tjRFn93j935fu+uI Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABECAB0WIQSpB+AvpuUM0jTNINJnYHnFrEDdawUCaFH4TwAKCRBnYHnFrEDd a1abAJ97WTitIeTxdxzUO0CEejHdmgJ0MgCgjAy2LVXR3OMA2dofRsNLKt31tEo= =aJFd -----END PGP SIGNATURE----- --tjRFn93j935fu+uI-- --===============7841430781493199215== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ 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". --===============7841430781493199215==--