forked from pool/dav1d
Accepting request 1068505 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/1068505 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dav1d?expand=0&rev=27
This commit is contained in:
commit
40a3b602c6
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 1 16:22:14 UTC 2023 - Michael Gorse <mgorse@suse.com>
|
||||
|
||||
- Require gcc9 on SLE. Otherwise defaults to gcc7 and fails to
|
||||
build on ppc64le (boo#1208794).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 14 21:26:23 UTC 2023 - Luigi Baldoni <aloisio@gmx.com>
|
||||
|
||||
|
@ -31,6 +31,9 @@ BuildRequires: meson >= 0.49.0
|
||||
BuildRequires: nasm >= 2.14
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: pkgconfig(libxxhash)
|
||||
%if 0%{?suse_version} == 1500
|
||||
BuildRequires: gcc9
|
||||
%endif
|
||||
|
||||
%description
|
||||
dav1d is a SIMD-enhanced decoder for AV1 video. It features
|
||||
@ -63,6 +66,9 @@ Group: System/Libraries
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
%if 0%{?suse_version} == 1500
|
||||
export CC=gcc-9
|
||||
%endif
|
||||
%meson
|
||||
%meson_build
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user