mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
extra/mplayer to 38359-1
This commit is contained in:
parent
9a2266a0cd
commit
7366e06183
1 changed files with 2 additions and 4 deletions
|
@ -5,12 +5,11 @@
|
|||
|
||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
# - remove --enable-runtime-cpudetection from configure
|
||||
# - --enable-armv5te to use v5 edsp (fails autodetect for v5)
|
||||
|
||||
pkgbase=mplayer
|
||||
pkgname=('mplayer' 'mencoder')
|
||||
pkgver=38322
|
||||
pkgrel=3
|
||||
pkgver=38359
|
||||
pkgrel=1
|
||||
pkgdesc='Media player for Linux'
|
||||
url='http://www.mplayerhq.hu/'
|
||||
arch=('x86_64')
|
||||
|
@ -47,7 +46,6 @@ build() {
|
|||
export LDFLAGS="${LDFLAGS/,O1/}"
|
||||
export LDFLAGS="${LDFLAGS/,--sort-common/}"
|
||||
./configure --prefix=/usr \
|
||||
--enable-armv5te \
|
||||
--disable-gui \
|
||||
--disable-arts \
|
||||
--disable-liblzo \
|
||||
|
|
Loading…
Reference in a new issue