diff --git a/libvpx.changes b/libvpx.changes index 7e43ac6..f7a0614 100644 --- a/libvpx.changes +++ b/libvpx.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Mar 2 13:11:47 UTC 2018 - idonmez@suse.com + +- Enable VP9 10bit encoding support boo#1083537 + ------------------------------------------------------------------- Thu Jan 18 10:29:12 UTC 2018 - Adrian Schröter diff --git a/libvpx.spec b/libvpx.spec index d417c74..1a979dc 100644 --- a/libvpx.spec +++ b/libvpx.spec @@ -21,7 +21,7 @@ Name: libvpx Version: 1.6.1 Release: 0 Summary: VP8/VP9 codec library -License: BSD-3-Clause and GPL-2.0+ +License: BSD-3-Clause AND GPL-2.0-or-later Group: Productivity/Multimedia/Other Url: http://www.webmproject.org/ Source0: https://storage.googleapis.com/downloads.webmproject.org/releases/webm/libvpx-%{version}.tar.bz2 @@ -49,7 +49,7 @@ The WebM file structure is based on the Matroska container. %package -n vpx-tools Summary: Utilies from the VP8/VP9 codec library -License: BSD-3-Clause and GPL-2.0+ +License: BSD-3-Clause AND GPL-2.0-or-later Group: Productivity/Multimedia/Other %description -n vpx-tools @@ -77,7 +77,7 @@ The WebM file structure is based on the Matroska container. %package devel Summary: Development files for libvpx, a VP8/VP9 codec library -License: BSD-3-Clause and GPL-2.0+ +License: BSD-3-Clause AND GPL-2.0-or-later Group: Development/Languages/C and C++ Requires: %{name}%{sover} = %{version} @@ -119,6 +119,7 @@ cd build --disable-static \ --enable-vp8 \ --enable-vp9 \ + --enable-vp9-highbitdepth \ --enable-postproc \ --enable-multithread \ --enable-experimental --enable-spatial-svc \