forked from pool/ffmpeg-5
- Enable libjxl
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/ffmpeg-5?expand=0&rev=20
This commit is contained in:
parent
06ee40c891
commit
506a220017
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 26 18:55:46 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Enable libjxl
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jul 23 15:29:58 UTC 2022 - Callum Farmer <gmbr3@opensuse.org>
|
Sat Jul 23 15:29:58 UTC 2022 - Callum Farmer <gmbr3@opensuse.org>
|
||||||
|
|
||||||
|
@ -156,6 +156,9 @@ BuildRequires: pkgconfig(libzmq)
|
|||||||
BuildRequires: pkgconfig(lilv-0)
|
BuildRequires: pkgconfig(lilv-0)
|
||||||
BuildRequires: pkgconfig(ogg)
|
BuildRequires: pkgconfig(ogg)
|
||||||
BuildRequires: pkgconfig(opus)
|
BuildRequires: pkgconfig(opus)
|
||||||
|
%if 0%{?suse_version} >= 1550
|
||||||
|
BuildRequires: pkgconfig(libjxl)
|
||||||
|
%endif
|
||||||
%if 0%{?suse_version} > 1500 || 0%{?sle_version} >= 150400
|
%if 0%{?suse_version} > 1500 || 0%{?sle_version} >= 150400
|
||||||
BuildRequires: pkgconfig(rav1e)
|
BuildRequires: pkgconfig(rav1e)
|
||||||
%endif
|
%endif
|
||||||
@ -584,6 +587,9 @@ LDFLAGS="%_lto_cflags" \
|
|||||||
--enable-libfribidi \
|
--enable-libfribidi \
|
||||||
--enable-libgsm \
|
--enable-libgsm \
|
||||||
--enable-libjack \
|
--enable-libjack \
|
||||||
|
%if 0%{?suse_version} >= 1550
|
||||||
|
--enable-libjxl \
|
||||||
|
%endif
|
||||||
--enable-libmp3lame \
|
--enable-libmp3lame \
|
||||||
%if %{with mysofa}
|
%if %{with mysofa}
|
||||||
--enable-libmysofa \
|
--enable-libmysofa \
|
||||||
|
Loading…
Reference in New Issue
Block a user