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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9B7E2138335 for ; Sat, 16 Feb 2019 17:06:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 47961E08CD; Sat, 16 Feb 2019 17:06:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1B299E08CD for ; Sat, 16 Feb 2019 17:06:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DD749335CDE for ; Sat, 16 Feb 2019 17:06:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 36D52548 for ; Sat, 16 Feb 2019 17:06:07 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1550336750.2478d07549714de2450d65642c9efeaaec03352a.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libaom/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libaom/libaom-9999.ebuild X-VCS-Directories: media-libs/libaom/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 2478d07549714de2450d65642c9efeaaec03352a X-VCS-Branch: master Date: Sat, 16 Feb 2019 17:06:07 +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: 93d0c660-82b0-45a4-b929-47a06dc6fa2c X-Archives-Hash: 8d8d7e85679f864426e8e5da79930d6b commit: 2478d07549714de2450d65642c9efeaaec03352a Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Feb 16 16:55:21 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Feb 16 17:05:50 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2478d075 media-libs/libaom: Drop unused var ENABLE_NEON_ASM Fixes cmake warning Package-Manager: Portage-2.3.60, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> media-libs/libaom/libaom-9999.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/media-libs/libaom/libaom-9999.ebuild b/media-libs/libaom/libaom-9999.ebuild index 67f5b2163dd..3dbea1ddc95 100644 --- a/media-libs/libaom/libaom-9999.ebuild +++ b/media-libs/libaom/libaom-9999.ebuild @@ -53,7 +53,6 @@ multilib_src_configure() { -DENABLE_WERROR=OFF -DENABLE_NEON=$(usex cpu_flags_arm_neon ON OFF) - -DENABLE_NEON_ASM=$(usex cpu_flags_arm_neon ON OFF) # ENABLE_DSPR2 / ENABLE_MSA for mips -DENABLE_MMX=$(usex cpu_flags_x86_mmx ON OFF) -DENABLE_SSE=$(usex cpu_flags_x86_sse ON OFF)