From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6380215838C for ; Tue, 16 Jan 2024 21:57:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9E677E29F0; Tue, 16 Jan 2024 21:57:55 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 79854E29F0 for ; Tue, 16 Jan 2024 21:57:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B88AA3432E4 for ; Tue, 16 Jan 2024 21:57:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5369E97B for ; Tue, 16 Jan 2024 21:57:53 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1705442250.23c3b0fe82c87c4bd1c27c2f5d4ff8b8dc860410.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/ffmpeg-chromium/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/ffmpeg-chromium/ffmpeg-chromium-120.ebuild X-VCS-Directories: media-video/ffmpeg-chromium/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: 23c3b0fe82c87c4bd1c27c2f5d4ff8b8dc860410 X-VCS-Branch: master Date: Tue, 16 Jan 2024 21:57:53 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4f317d85-f58c-4451-8076-4b2ea6b4154f X-Archives-Hash: 801e409ff07482feee34df982c259f8a commit: 23c3b0fe82c87c4bd1c27c2f5d4ff8b8dc860410 Author: James Le Cuirot gentoo org> AuthorDate: Tue Jan 16 21:57:30 2024 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Tue Jan 16 21:57:30 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23c3b0fe media-video/ffmpeg-chromium: add CPU_FLAGS_ARM_{I8MM,ASIMDDP} Signed-off-by: James Le Cuirot gentoo.org> media-video/ffmpeg-chromium/ffmpeg-chromium-120.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/media-video/ffmpeg-chromium/ffmpeg-chromium-120.ebuild b/media-video/ffmpeg-chromium/ffmpeg-chromium-120.ebuild index beeede979097..26434d60d9c9 100644 --- a/media-video/ffmpeg-chromium/ffmpeg-chromium-120.ebuild +++ b/media-video/ffmpeg-chromium/ffmpeg-chromium-120.ebuild @@ -47,6 +47,8 @@ ARM_CPU_FEATURES=( cpu_flags_arm_vfp:vfp cpu_flags_arm_vfpv3:vfpv3 cpu_flags_arm_v8:armv8 + cpu_flags_arm_asimddp:dotprod + cpu_flags_arm_i8mm:i8mm ) ARM_CPU_REQUIRED_USE=" arm64? ( cpu_flags_arm_v8 )