diff --git a/community/libvpx/APKBUILD b/community/libvpx/APKBUILD index 246036ef4d65280f0b2d6c437e9885f573a648d3..256bace91e29fe4578d339a3f670bada09e1ba4d 100644 --- a/community/libvpx/APKBUILD +++ b/community/libvpx/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=libvpx pkgver=1.11.0 -pkgrel=0 +pkgrel=1 pkgdesc="Library for the vp8 codec" url="https://www.webmproject.org/" arch="all" @@ -35,6 +35,7 @@ build() { --enable-runtime-cpu-detect \ --enable-vp8 \ --enable-vp9 \ + --enable-vp9-highbitdepth \ --enable-shared \ --disable-install-srcs \ --enable-postproc \