Skip to content
Snippets Groups Projects
Commit 4181d859 authored by Steve Lhomme's avatar Steve Lhomme
Browse files

contrib: x265: disable package not usable on Winstore builds

uses LoadLibraryA which is not available
uses GetNumaNodeProcessorMaskEx, SetThreadGroupAffinity, GetNumaHighestNodeNumber
which are not available
uses GetStdHandle (which is available since 16299)
uses GetConsoleMode, WriteConsoleW (which are available since 17134)
parent 89aa45f0
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment