From 69b7b3cfa569a93986fb4e2ffd1c38de924e3623 Mon Sep 17 00:00:00 2001 From: Leigh Scott Date: Wed, 10 Mar 2021 21:08:31 +0000 Subject: [PATCH] Build without aom for new vmaf version --- libavif.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libavif.spec b/libavif.spec index c70648d..1a97611 100644 --- a/libavif.spec +++ b/libavif.spec @@ -1,14 +1,14 @@ # Force out of source build %undefine __cmake_in_source_build -%bcond_without aom +#bcond_without aom %ifarch x86_64 %bcond_without svt %endif Name: libavif Version: 0.8.4 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Library for encoding and decoding .avif files License: BSD @@ -96,6 +96,9 @@ Avif-pixbuf-loader contains a plugin to load AVIF images in GTK+ applications. %{_libdir}/gdk-pixbuf-2.0/*/loaders/libpixbufloader-avif.so %changelog +* Wed Mar 10 2021 Leigh Scott - 0.8.4-4 +- Build without aom for new vmaf version + * Sat Feb 20 2021 Andreas Schneider - 0.8.4-4 - Build release with debug info