diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2015-07-02 04:13:57 +0200 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2015-07-02 04:13:57 +0200 |
commit | 8c44099f82f645b67cd68403e2ccf4da3ba32b80 (patch) | |
tree | 4e2ec70b6e0df9b2059e38b61647c82888ac84f7 | |
parent | a4ab31124c0023b4e406740eb96297c0cc32eb82 (diff) | |
download | aports-8c44099f82f645b67cd68403e2ccf4da3ba32b80.tar.bz2 aports-8c44099f82f645b67cd68403e2ccf4da3ba32b80.tar.xz |
main/libvpm: add post processing support
https://bugs.gentoo.org/show_bug.cgi?id=553502
-rw-r--r-- | main/libvpx/APKBUILD | 3 |
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 } |