diff --git a/ffmpeg-5.changes b/ffmpeg-5.changes index e0338e9..c961055 100644 --- a/ffmpeg-5.changes +++ b/ffmpeg-5.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Thu Dec 8 11:27:56 UTC 2022 - Callum Farmer + +- 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 + +- Drop BuildRequire on SDL2 to break a dependency loop; with this, + /usr/bin/ffplay is no longer built. + ------------------------------------------------------------------- Wed Nov 16 01:32:19 UTC 2022 - Alynx Zhou diff --git a/ffmpeg-5.spec b/ffmpeg-5.spec index cb2629a..feacc56 100644 --- a/ffmpeg-5.spec +++ b/ffmpeg-5.spec @@ -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) @@ -170,7 +171,6 @@ BuildRequires: pkgconfig(rav1e) %if %{with rubberband} BuildRequires: pkgconfig(rubberband) %endif -BuildRequires: pkgconfig(sdl2) %if %{with smbclient} BuildRequires: pkgconfig(smbclient) %endif @@ -589,6 +589,7 @@ LDFLAGS="%_lto_cflags" \ --enable-libjack \ %if 0%{?suse_version} >= 1550 --enable-libjxl \ + --enable-librist \ %endif --enable-libmp3lame \ %if %{with mysofa}