enable vp9-highbitdepth (thanks to mike@cchtml.com)
This commit is contained in:
parent
d239a4355a
commit
d912629713
@ -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 <spot@fedoraproject.org> - 1.6.0-2
|
||||
- enable vp9-highbitdepth (thanks to mike@cchtml.com)
|
||||
|
||||
* Fri Jul 22 2016 Tom Callaway <spot@fedoraproject.org> - 1.6.0-1
|
||||
- update to 1.6.0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user