SHA256
1
0
forked from pool/SVT-AV1

Accepting request 955341 from multimedia:libs

OBS-URL: https://build.opensuse.org/request/show/955341
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/SVT-AV1?expand=0&rev=3
This commit is contained in:
Dominique Leuenberger 2022-02-17 22:39:53 +00:00 committed by Git OBS Bridge
commit 44f333c079
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