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:
parent
7d748b5564
commit
2642ee5289
@ -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>
|
Sun Apr 24 20:01:35 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -18,8 +18,10 @@
|
|||||||
|
|
||||||
%if 0%{?suse_version} >= 1550
|
%if 0%{?suse_version} >= 1550
|
||||||
%bcond_without aom
|
%bcond_without aom
|
||||||
|
%bcond_without yuv
|
||||||
%else
|
%else
|
||||||
%bcond_with aom
|
%bcond_with aom
|
||||||
|
%bcond_with yuv
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
# Also update baselibs.conf if you bump the version
|
# Also update baselibs.conf if you bump the version
|
||||||
@ -50,6 +52,9 @@ BuildRequires: pkgconfig(zlib)
|
|||||||
%if %{with aom}
|
%if %{with aom}
|
||||||
BuildRequires: pkgconfig(aom) >= 2.0.0
|
BuildRequires: pkgconfig(aom) >= 2.0.0
|
||||||
%endif
|
%endif
|
||||||
|
%if %{with yuv}
|
||||||
|
BuildRequires: pkgconfig(libyuv)
|
||||||
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This library aims to be a friendly, portable C implementation of the AV1 Image
|
This library aims to be a friendly, portable C implementation of the AV1 Image
|
||||||
|
Loading…
Reference in New Issue
Block a user