summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Jaara2015-08-18 18:24:56 +0300
committerJesse Jaara2015-08-18 18:24:56 +0300
commit017475b787ccbd16e0445fe1affad732ed9c2138 (patch)
treeaae263c6dac4ba51949406c471a6b777de6c7a85
parent318a3c9b277f74cb0f1225d2d773d90d9ba3a44b (diff)
downloadaur-017475b787ccbd16e0445fe1affad732ed9c2138.tar.gz
Enable building of VP10 bits.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b30fe2323fb3..fc302ffc6995 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libvpx-git
- pkgdesc = The VP8 Codec SDK (git version)
- pkgver = v1.4.0.730.g8783a8a
+ pkgdesc = The VP8, VP9 & VP10 Codec SDK (git version)
+ pkgver = v1.4.0.1132.g2fdb63f
pkgrel = 1
url = http://www.webmproject.org/
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 00646c562103..140675288ccf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,9 +4,9 @@
# Contributor: julroy67 <gmail.com: julroy67>
pkgname=libvpx-git
-pkgver=v1.4.0.730.g8783a8a
+pkgver=v1.4.0.1132.g2fdb63f
pkgrel=1
-pkgdesc="The VP8 Codec SDK (git version)"
+pkgdesc="The VP8, VP9 & VP10 Codec SDK (git version)"
arch=('i686' 'x86_64')
url="http://www.webmproject.org/"
license=('BSD')
@@ -28,6 +28,7 @@ build() {
./configure --prefix=/usr \
--enable-vp8 \
--enable-vp9 \
+ --enable-vp10 \
--enable-runtime-cpu-detect \
--enable-shared \
--enable-postproc \