diff --git a/ffmpeg-5.changes b/ffmpeg-5.changes index 1fbea08..c961055 100644 --- a/ffmpeg-5.changes +++ b/ffmpeg-5.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +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 diff --git a/ffmpeg-5.spec b/ffmpeg-5.spec index 7038370..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) @@ -588,6 +589,7 @@ LDFLAGS="%_lto_cflags" \ --enable-libjack \ %if 0%{?suse_version} >= 1550 --enable-libjxl \ + --enable-librist \ %endif --enable-libmp3lame \ %if %{with mysofa}