From 269edbe53fae194a9fa53130b3d8e9ffa795eb39 Mon Sep 17 00:00:00 2001 From: Leigh Scott Date: Wed, 10 Mar 2021 21:32:04 +0000 Subject: [PATCH] Build with aom --- libavif.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libavif.spec b/libavif.spec index 1a97611..d255730 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: 4%{?dist} +Release: 5%{?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-5 +- Build with aom + * Wed Mar 10 2021 Leigh Scott - 0.8.4-4 - Build without aom for new vmaf version