X-Original-To: alpine-aports@lists.alpinelinux.org Received: from mx1.tetrasec.net (mx1.tetrasec.net [74.117.190.25]) by lists.alpinelinux.org (Postfix) with ESMTP id 2C0165C4D8E for ; Tue, 26 Dec 2017 11:39:28 +0000 (GMT) Received: from mx1.tetrasec.net (mail.local [127.0.0.1]) by mx1.tetrasec.net (Postfix) with ESMTP id CD48C9E1DAB; Tue, 26 Dec 2017 11:39:27 +0000 (GMT) Received: from ncopa-desktop.copa.dup.pw (15.63.200.37.customer.cdi.no [37.200.63.15]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: n@tanael.org) by mx1.tetrasec.net (Postfix) with ESMTPSA id E2C309E0425; Tue, 26 Dec 2017 11:39:26 +0000 (GMT) Date: Tue, 26 Dec 2017 12:39:21 +0100 From: Natanael Copa To: Vladislav Ivanishin Cc: alpine-aports@lists.alpinelinux.org Subject: Re: [alpine-aports] [PATCH] community/mplayer: add --enable-runtime-cpudetection Message-ID: <20171226123921.486f268c@ncopa-desktop.copa.dup.pw> In-Reply-To: <87y3ltudux.fsf@gmail.com> References: <87y3ltudux.fsf@gmail.com> X-Mailer: Claws Mail 3.15.1-dirty (GTK+ 2.24.31; x86_64-alpine-linux-musl) X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Sun, 24 Dec 2017 04:13:58 +0300 Vladislav Ivanishin wrote: > Hello, Natanael, > > I installed Alpine on an old system with an Athlon 64 CPU, which does > not have SSE4* extensions. Mplayer from the official repositories > crashed immediately upon opening an audio file. The reason was an > "illegal" -- for my CPU that is -- instruction, `popcnt' in my case. ... > From 5f4dbd30a3b32c5e301f69e31ffbff51618cc879 Mon Sep 17 00:00:00 2001 > From: Vladislav Ivanishin > Date: Sun, 24 Dec 2017 02:55:50 +0300 > Subject: [PATCH] community/mplayer: add --enable-runtime-cpudetection > > --- > community/mplayer/APKBUILD | 1 + > 1 file changed, 1 insertion(+) I applied and bumped pkgrel. Thanks! -nc --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---