diff options
author | Vladislav Ivanishin <vladislav.ivanishin@gmail.com> | 2017-12-24 04:13:58 +0300 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-12-26 11:38:09 +0000 |
commit | 6dee42cf25739ef5c749c25ad96e4ae64769040a (patch) | |
tree | 38ae251e9abbd7de03744738e868662b60a9029c | |
parent | 2d1d342e1d6a1d32a91e684d5f39e0f210db4ab4 (diff) | |
download | aports-6dee42cf25739ef5c749c25ad96e4ae64769040a.tar.bz2 aports-6dee42cf25739ef5c749c25ad96e4ae64769040a.tar.xz |
community/mplayer: add --enable-runtime-cpudetection
-rw-r--r-- | community/mplayer/APKBUILD | 3 |
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 \ |