community/mplayer: add --enable-runtime-cpudetection

This commit is contained in:
Vladislav Ivanishin 2017-12-24 04:13:58 +03:00 committed by Natanael Copa
parent 2d1d342e1d
commit 6dee42cf25

View File

@ -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 \