Accepting request 991813 from home:gmbr3:Chromium

- Enable libyuv on TW

OBS-URL: https://build.opensuse.org/request/show/991813
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libavif?expand=0&rev=42
This commit is contained in:
Andreas Schneider 2022-08-01 09:00:36 +00:00 committed by Git OBS Bridge
parent 7d748b5564
commit 2642ee5289
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Jul 30 13:32:08 UTC 2022 - Callum Farmer <gmbr3@opensuse.org>
- Enable libyuv on TW
-------------------------------------------------------------------
Sun Apr 24 20:01:35 UTC 2022 - Dirk Müller <dmueller@suse.com>

View File

@ -18,8 +18,10 @@
%if 0%{?suse_version} >= 1550
%bcond_without aom
%bcond_without yuv
%else
%bcond_with aom
%bcond_with yuv
%endif
# Also update baselibs.conf if you bump the version
@ -50,6 +52,9 @@ BuildRequires: pkgconfig(zlib)
%if %{with aom}
BuildRequires: pkgconfig(aom) >= 2.0.0
%endif
%if %{with yuv}
BuildRequires: pkgconfig(libyuv)
%endif
%description
This library aims to be a friendly, portable C implementation of the AV1 Image