mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
community/mplayer: add --enable-runtime-cpudetection
This commit is contained in:
parent
2d1d342e1d
commit
6dee42cf25
@ -2,7 +2,7 @@
|
|||||||
pkgname=mplayer
|
pkgname=mplayer
|
||||||
pkgver=1.3.0
|
pkgver=1.3.0
|
||||||
_ver=${pkgver/_/}
|
_ver=${pkgver/_/}
|
||||||
pkgrel=4
|
pkgrel=5
|
||||||
pkgdesc="A movie player for linux"
|
pkgdesc="A movie player for linux"
|
||||||
url="http://www.mplayerhq.hu/"
|
url="http://www.mplayerhq.hu/"
|
||||||
arch="x86_64"
|
arch="x86_64"
|
||||||
@ -23,6 +23,7 @@ build() {
|
|||||||
|
|
||||||
./configure \
|
./configure \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
|
--enable-runtime-cpudetection \
|
||||||
--disable-gui \
|
--disable-gui \
|
||||||
--disable-gif \
|
--disable-gif \
|
||||||
--disable-arts \
|
--disable-arts \
|
||||||
|
Loading…
Reference in New Issue
Block a user