1
0
forked from jengelh/ffmpeg-5

Accepting request 1140025 from multimedia:libs

- Disable libjxl integration as ffmpeg-5 cannot handle libjxl>=0.9.

OBS-URL: https://build.opensuse.org/request/show/1140025
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ffmpeg-5?expand=0&rev=21
This commit is contained in:
Ana Guerrero 2024-01-21 22:08:21 +00:00 committed by Git OBS Bridge
commit 72f1265db7
2 changed files with 6 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jan 19 21:31:35 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
- Disable libjxl integration as ffmpeg-5 cannot handle libjxl>=0.9.
-------------------------------------------------------------------
Wed Dec 6 08:50:00 UTC 2023 - Jan Engelhardt <jengelh@inai.de>

View File

@ -1,7 +1,7 @@
#
# spec file for package ffmpeg-5
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -171,7 +171,6 @@ BuildRequires: pkgconfig(lilv-0)
BuildRequires: pkgconfig(ogg)
BuildRequires: pkgconfig(opus)
%if 0%{?suse_version} >= 1550
BuildRequires: pkgconfig(libjxl)
BuildRequires: pkgconfig(librist)
%endif
%if 0%{?suse_version} > 1500 || 0%{?sle_version} >= 150400
@ -599,7 +598,6 @@ LDFLAGS="%_lto_cflags" \
--enable-libgsm \
--enable-libjack \
%if 0%{?suse_version} >= 1550
--enable-libjxl \
--enable-librist \
%endif
--enable-libmp3lame \