Accepting request 581979 from home:namtrac:bugfix

- Enable VP9 10bit encoding support boo#1083537

OBS-URL: https://build.opensuse.org/request/show/581979
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libvpx?expand=0&rev=86
This commit is contained in:
Adrian Schröter 2018-03-02 13:40:00 +00:00 committed by Git OBS Bridge
parent dfb82fccb6
commit 1be4a7de45
2 changed files with 9 additions and 3 deletions

View File

@ -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 <adrian@suse.de>

View File

@ -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 \