forked from pool/SVT-AV1
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:
parent
30e457f062
commit
b5b6872af7
@ -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 library’s 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>
|
Wed Jan 26 08:27:06 UTC 2022 - Enrico Belleri <idesmi@protonmail.com>
|
||||||
|
|
||||||
|
@ -77,7 +77,8 @@ This package contains the header files for svt-av1.
|
|||||||
%autosetup -p1 -n %{name}-v%{version}
|
%autosetup -p1 -n %{name}-v%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake
|
# See https://gitlab.com/AOMediaCodec/SVT-AV1/-/issues/1714
|
||||||
|
%cmake -DDISABLE_REALTIME=ON
|
||||||
%cmake_build
|
%cmake_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
Loading…
Reference in New Issue
Block a user