aboutsummaryrefslogtreecommitdiffstats
path: root/main/libvpx/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/libvpx/APKBUILD')
-rw-r--r--main/libvpx/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/libvpx/APKBUILD b/main/libvpx/APKBUILD
index d029396e0e..acecd5b6c8 100644
--- a/main/libvpx/APKBUILD
+++ b/main/libvpx/APKBUILD
@@ -2,7 +2,7 @@
pkgname=libvpx
pkgver=1.4.0
_ver=${pkgver/_/-}
-pkgrel=0
+pkgrel=1
pkgdesc="Library for the vp8 codec"
url="http://www.webmproject.org/"
arch="all"
@@ -39,6 +39,7 @@ build() {
--enable-vp9 \
--enable-shared \
--disable-install-srcs \
+ --enable-postproc \
|| return 1
make || return 1
}