Accepting request 992214 from multimedia:libs

- Enable libyuv on TW

OBS-URL: https://build.opensuse.org/request/show/992214
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libavif?expand=0&rev=16
This commit is contained in:
Dominique Leuenberger 2022-08-04 11:22:44 +00:00 committed by Git OBS Bridge
commit f11a5f5488
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