mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 05:17:07 +02:00
community/mplayer: add --enable-runtime-cpudetection
This commit is contained in:
parent
2d1d342e1d
commit
6dee42cf25
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user