aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorprspkt <prspkt@protonmail.com>2022-04-02 01:46:35 +0300
committerprspkt <p.rspkt@yandex.com>2022-04-10 19:12:48 +0000
commitaeccc034d42fcdef43b5961d56ce0b789755b67a (patch)
treea5553b2fb09a3234d1051b7683da0a244f19cf90
parent93a36e4731124711c1c46eff28f274bb834251fb (diff)
community/libvpx: enable high bit depth
-rw-r--r--community/libvpx/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/community/libvpx/APKBUILD b/community/libvpx/APKBUILD
index 246036ef4d6..256bace91e2 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 \