forked from pool/dav1d
Accepting request 721087 from home:alois:branches:multimedia:libs
- Update to version 0.4.0 * Fix playback with unknown OBUs * Add an option to limit the maximum frame size * SSE2 and ARM64 optimizations for MSAC * Improve speed on 32bits systems * Optimization in obmc blend * Reduce RAM usage significantly * The initial PPC SIMD code, cdef_filter * NEON optimizations for blend functions on ARM * NEON optimizations for w_mask functions on ARM * NEON optimizations for inverse transforms on ARM64 * Improve handling of malloc failures * Simple Player example in tools - Dropped dav1d.armv6.patch (merged upstream) - Bumped SOVERSION to 2 OBS-URL: https://build.opensuse.org/request/show/721087 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/dav1d?expand=0&rev=22
This commit is contained in:
@@ -16,9 +16,9 @@
|
||||
#
|
||||
|
||||
|
||||
%define sover 1
|
||||
%define sover 2
|
||||
Name: dav1d
|
||||
Version: 0.3.1
|
||||
Version: 0.4.0
|
||||
Release: 0
|
||||
Summary: An AV1 decoder
|
||||
License: BSD-2-Clause
|
||||
@@ -26,8 +26,6 @@ Group: Productivity/Multimedia/Video/Editors and Convertors
|
||||
URL: https://code.videolan.org/videolan/dav1d
|
||||
Source0: https://code.videolan.org/videolan/dav1d/-/archive/%{version}/dav1d-%{version}.tar.gz
|
||||
Source99: baselibs.conf
|
||||
# PATCH-FIX-UPSTREAM dav1d.armv6.patch olaf@aepfle.de -- disable armv7 asm for armv6 builds
|
||||
Patch0: dav1d.armv6.patch
|
||||
BuildRequires: meson >= 0.47.0
|
||||
BuildRequires: nasm
|
||||
BuildRequires: pkgconfig
|
||||
|
Reference in New Issue
Block a user