Accepting request 955213 from home:mia:branches:multimedia:libs

- 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

OBS-URL: https://build.opensuse.org/request/show/955213
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/SVT-AV1?expand=0&rev=26
This commit is contained in:
Jan Engelhardt 2022-02-16 11:46:58 +00:00 committed by Git OBS Bridge
parent 30e457f062
commit b5b6872af7
2 changed files with 14 additions and 1 deletions

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Feb 16 10:01:52 UTC 2022 - Mia Herkt <mia@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 librarys job
to manage scheduler priorities for the calling process.)
See https://gitlab.com/AOMediaCodec/SVT-AV1/-/issues/1714
-------------------------------------------------------------------
Wed Jan 26 08:27:06 UTC 2022 - Enrico Belleri <idesmi@protonmail.com>

View File

@ -77,7 +77,8 @@ This package contains the header files for svt-av1.
%autosetup -p1 -n %{name}-v%{version}
%build
%cmake
# See https://gitlab.com/AOMediaCodec/SVT-AV1/-/issues/1714
%cmake -DDISABLE_REALTIME=ON
%cmake_build
%install