mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
community/libvpx1.3 to 1.3.0-3.1
This commit is contained in:
parent
154be9afe6
commit
1e5c7de3e2
1 changed files with 2 additions and 5 deletions
|
@ -5,11 +5,10 @@
|
||||||
|
|
||||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||||
# - patch to fix building
|
# - patch to fix building
|
||||||
# - disable neon
|
|
||||||
|
|
||||||
pkgname=libvpx1.3
|
pkgname=libvpx1.3
|
||||||
pkgver=1.3.0
|
pkgver=1.3.0
|
||||||
pkgrel=3
|
pkgrel=3.1
|
||||||
pkgdesc='VP8 and VP9 codec'
|
pkgdesc='VP8 and VP9 codec'
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url='http://www.webmproject.org/'
|
url='http://www.webmproject.org/'
|
||||||
|
@ -34,8 +33,6 @@ prepare() {
|
||||||
build() {
|
build() {
|
||||||
cd libvpx-${pkgver}
|
cd libvpx-${pkgver}
|
||||||
|
|
||||||
[[ $CARCH != "aarch64" ]] && CONFIG="--disable-neon"
|
|
||||||
|
|
||||||
./configure \
|
./configure \
|
||||||
--prefix='/usr' \
|
--prefix='/usr' \
|
||||||
--enable-runtime-cpu-detect \
|
--enable-runtime-cpu-detect \
|
||||||
|
@ -45,7 +42,7 @@ build() {
|
||||||
--disable-install-srcs \
|
--disable-install-srcs \
|
||||||
--enable-vp8 \
|
--enable-vp8 \
|
||||||
--enable-postproc \
|
--enable-postproc \
|
||||||
--enable-vp9 $CONFIG
|
--enable-vp9
|
||||||
|
|
||||||
make
|
make
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue