Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package SVT-AV1 for openSUSE:Factory checked in at 2022-02-17 23:39:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/SVT-AV1 (Old) and /work/SRC/openSUSE:Factory/.SVT-AV1.new.1958 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "SVT-AV1" Thu Feb 17 23:39:53 2022 rev:3 rq:955341 version:0.9.0 Changes: -------- --- /work/SRC/openSUSE:Factory/SVT-AV1/SVT-AV1.changes 2022-01-27 23:16:55.482995653 +0100 +++ /work/SRC/openSUSE:Factory/.SVT-AV1.new.1958/SVT-AV1.changes 2022-02-17 23:40:34.723700889 +0100 @@ -1,0 +2,12 @@ +Wed Feb 16 10:01:52 UTC 2022 - Mia Herkt <m...@0x0.st> + +- Disable forced realtime scheduler priority + By default, the encoder library will attempt to set realtime + scheduler priority. Disable this behavior, as it serves no + practical purpose (video encoding does not benefit from reduced + process latency) and will only make the system unresponsive. + (Additionally, it is arguably not a video encoder library???s job + to manage scheduler priorities for the calling process.) + See https://gitlab.com/AOMediaCodec/SVT-AV1/-/issues/1714 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ SVT-AV1.spec ++++++ --- /var/tmp/diff_new_pack.ohRXOS/_old 2022-02-17 23:40:39.139700853 +0100 +++ /var/tmp/diff_new_pack.ohRXOS/_new 2022-02-17 23:40:39.143700852 +0100 @@ -77,7 +77,8 @@ %autosetup -p1 -n %{name}-v%{version} %build -%cmake +# See https://gitlab.com/AOMediaCodec/SVT-AV1/-/issues/1714 +%cmake -DDISABLE_REALTIME=ON %cmake_build %install