mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
extra/libvpx to 1.2.0-2.1
This commit is contained in:
parent
b936fe682a
commit
85bb0b4e90
1 changed files with 2 additions and 2 deletions
|
@ -2,13 +2,12 @@
|
|||
# Maintainer: Ionut Biru <ibiru@archlinux.org>
|
||||
|
||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
# - configure option --enable-shared isn't supported for us
|
||||
# - patch to fix building
|
||||
# - disable neon
|
||||
|
||||
pkgname=libvpx
|
||||
pkgver=1.2.0
|
||||
pkgrel=2
|
||||
pkgrel=2.1
|
||||
pkgdesc="The VP8 Codec SDK"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://www.webmproject.org/"
|
||||
|
@ -25,6 +24,7 @@ build() {
|
|||
cd "$srcdir/$pkgname-$pkgver"
|
||||
patch -p1 -i ../fix-armhf-link.patch
|
||||
./configure --prefix=/usr --enable-vp8 \
|
||||
--enable-shared \
|
||||
--enable-postproc \
|
||||
--enable-pic \
|
||||
--disable-install-docs \
|
||||
|
|
Loading…
Reference in a new issue