Skip to content
Snippets Groups Projects
Commit aeccc034 authored by prspkt's avatar prspkt Committed by prspkt
Browse files

community/libvpx: enable high bit depth

parent 93a36e47
No related branches found
No related tags found
1 merge request!32719community/libvpx: enable high bit depth
Pipeline #118060 canceled
# Maintainer: Natanael Copa <ncopa@alpinelinux.org> # Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=libvpx pkgname=libvpx
pkgver=1.11.0 pkgver=1.11.0
pkgrel=0 pkgrel=1
pkgdesc="Library for the vp8 codec" pkgdesc="Library for the vp8 codec"
url="https://www.webmproject.org/" url="https://www.webmproject.org/"
arch="all" arch="all"
...@@ -35,6 +35,7 @@ build() { ...@@ -35,6 +35,7 @@ build() {
--enable-runtime-cpu-detect \ --enable-runtime-cpu-detect \
--enable-vp8 \ --enable-vp8 \
--enable-vp9 \ --enable-vp9 \
--enable-vp9-highbitdepth \
--enable-shared \ --enable-shared \
--disable-install-srcs \ --disable-install-srcs \
--enable-postproc \ --enable-postproc \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment