SHA256
1
0
forked from jengelh/ffmpeg-5

Accepting request 1041371 from home:gmbr3:Active

- Enable librist support on TW: enables usage of RIST encoded MPEG-TS
  streams and is used by OBS Studio

OBS-URL: https://build.opensuse.org/request/show/1041371
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/ffmpeg-5?expand=0&rev=36
This commit is contained in:
Jan Engelhardt 2022-12-11 14:18:31 +00:00 committed by Git OBS Bridge
parent 15fc2540b0
commit 0dc8e43526
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Dec 8 11:27:56 UTC 2022 - Callum Farmer <gmbr3@opensuse.org>
- Enable librist support on TW: enables usage of RIST encoded MPEG-TS
streams and is used by OBS Studio
-------------------------------------------------------------------
Tue Dec 6 16:01:30 UTC 2022 - Jan Engelhardt <jengelh@inai.de>

View File

@ -163,6 +163,7 @@ 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
BuildRequires: pkgconfig(rav1e)
@ -588,6 +589,7 @@ LDFLAGS="%_lto_cflags" \
--enable-libjack \
%if 0%{?suse_version} >= 1550
--enable-libjxl \
--enable-librist \
%endif
--enable-libmp3lame \
%if %{with mysofa}