summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJesse Jaara2016-07-16 12:03:06 +0300
committerJesse Jaara2016-07-16 12:03:06 +0300
commit7a3a3ed8fe6672aa613cbf4bd2f2027bb7a2afb5 (patch)
tree7b05a070953089a759ec90b501489eb01739d53a /PKGBUILD
parent164077ea64523141acebd1d258d06450fc1e0769 (diff)
downloadaur-7a3a3ed8fe6672aa613cbf4bd2f2027bb7a2afb5.tar.gz
Disable VP10 as it's developenment has been canceled.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d7c0ef3155c5..bcec27c45beb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,9 +4,9 @@
# Contributor: julroy67 <gmail.com: julroy67>
pkgname=libvpx-git
-pkgver=v1.5.0.621.gbfc2a7e
+pkgver=v1.5.0.1276.gf44db14
pkgrel=1
-pkgdesc="The VP8, VP9 & VP10 Codec SDK (git version)"
+pkgdesc="The VP8 and VP9 Codec SDK (git version)"
arch=('i686' 'x86_64')
url="http://www.webmproject.org/"
license=('BSD')
@@ -30,7 +30,6 @@ build() {
--enable-vp8 \
--enable-vp9 \
--enable-vp9-highbitdepth \
- --enable-vp10 \
--enable-runtime-cpu-detect \
--enable-shared \
--enable-postproc \