aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@gmail.com>2015-07-02 04:13:57 +0200
committerCarlo Landmeter <clandmeter@gmail.com>2015-07-02 04:13:57 +0200
commit8c44099f82f645b67cd68403e2ccf4da3ba32b80 (patch)
tree4e2ec70b6e0df9b2059e38b61647c82888ac84f7
parenta4ab31124c0023b4e406740eb96297c0cc32eb82 (diff)
main/libvpm: add post processing support
https://bugs.gentoo.org/show_bug.cgi?id=553502
-rw-r--r--main/libvpx/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/libvpx/APKBUILD b/main/libvpx/APKBUILD
index d029396e0ea..acecd5b6c8f 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
}