haikuwebkit/Tools/buildstream/patches/fdo-0001-libvpx-Enable-high...

28 lines
719 B
Diff

From b259b7bd3d00fbca06e88a50ba375b095d4e7113 Mon Sep 17 00:00:00 2001
From: Philippe Normand <philn@igalia.com>
Date: Thu, 1 Apr 2021 14:31:31 +0100
Subject: [PATCH] libvpx: Enable high bit depth support
Useful for VP9 profile 2 encoding support.
---
elements/components/libvpx.bst | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/elements/components/libvpx.bst b/elements/components/libvpx.bst
index 35f65d97..f89e0fd8 100644
--- a/elements/components/libvpx.bst
+++ b/elements/components/libvpx.bst
@@ -32,7 +32,8 @@ variables:
--enable-vp9 \
--enable-libs \
--disable-install-docs \
- --as=nasm
+ --as=nasm \
+ --enable-vp9-highbitdepth
public:
bst:
--
2.30.2