From d912629713dd8eef2be1cf2140c3f1a09c18f6c6 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Thu, 12 Jan 2017 07:05:06 -0500 Subject: [PATCH] enable vp9-highbitdepth (thanks to mike@cchtml.com) --- libvpx.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/libvpx.spec b/libvpx.spec index 5bf6b77..b9b8c22 100644 --- a/libvpx.spec +++ b/libvpx.spec @@ -6,7 +6,7 @@ Name: libvpx Summary: VP8/VP9 Video Codec SDK Version: 1.6.0 -Release: 1%{?dist} +Release: 2%{?dist} License: BSD Group: System Environment/Libraries Source0: http://downloads.webmproject.org/releases/webm/%{name}-%{version}.tar.bz2 @@ -82,6 +82,7 @@ CROSS=armv7hl-redhat-linux-gnueabi- CHOST=armv7hl-redhat-linux-gnueabi-hardfloat --enable-pic --disable-install-srcs \ --enable-vp9-decoder --enable-vp9-encoder \ --enable-experimental --enable-spatial-svc \ +--enable-vp9-highbitdepth \ %if ! %{generic_target} --enable-shared \ %endif @@ -187,6 +188,9 @@ popd %{_bindir}/* %changelog +* Thu Jan 12 2017 Tom Callaway - 1.6.0-2 +- enable vp9-highbitdepth (thanks to mike@cchtml.com) + * Fri Jul 22 2016 Tom Callaway - 1.6.0-1 - update to 1.6.0