aboutsummaryrefslogtreecommitdiffstats
path: root/community/mplayer/APKBUILD
diff options
context:
space:
mode:
authorVladislav Ivanishin <vladislav.ivanishin@gmail.com>2017-12-24 04:13:58 +0300
committerNatanael Copa <ncopa@alpinelinux.org>2017-12-26 11:38:09 +0000
commit6dee42cf25739ef5c749c25ad96e4ae64769040a (patch)
tree38ae251e9abbd7de03744738e868662b60a9029c /community/mplayer/APKBUILD
parent2d1d342e1d6a1d32a91e684d5f39e0f210db4ab4 (diff)
downloadaports-6dee42cf25739ef5c749c25ad96e4ae64769040a.tar.bz2
aports-6dee42cf25739ef5c749c25ad96e4ae64769040a.tar.xz
community/mplayer: add --enable-runtime-cpudetection
Diffstat (limited to 'community/mplayer/APKBUILD')
-rw-r--r--community/mplayer/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/community/mplayer/APKBUILD b/community/mplayer/APKBUILD
index b218938782..88e59e7820 100644
--- a/community/mplayer/APKBUILD
+++ b/community/mplayer/APKBUILD
@@ -2,7 +2,7 @@
pkgname=mplayer
pkgver=1.3.0
_ver=${pkgver/_/}
-pkgrel=4
+pkgrel=5
pkgdesc="A movie player for linux"
url="http://www.mplayerhq.hu/"
arch="x86_64"
@@ -23,6 +23,7 @@ build() {
./configure \
--prefix=/usr \
+ --enable-runtime-cpudetection \
--disable-gui \
--disable-gif \
--disable-arts \