Lukas Fellechner

Results 111 comments of Lukas Fellechner

Merged this one to master now. Read-ahead buffer is disabled by default, so there is not much risk in bringing this in.

Yes, you probably missed one of the prerequisites setup steps. Maybe you did not install the ARM or ARM64 compiler tools from VS Installer? For a detailed error, check the...

I can only help you if you post detailed build logs. So for x86, post ffmpeg\Output\Windows10\x86\ffbuild\config.log and also paste the complete CMD output here. Alternatively, you can also try the...

Also, some important log messages (such as path, lib, sdk folders) are logged into error out (this is strange behavior of the ffmpeg build script). You have only redirected the...

LIBCMT.lib is a library that is part of the compiler tools. So somehow your VS installation is incomplete. Maybe you are missing some installer options. Can you please try the...

Ok that explains why the build did not work. On VS2017, you need to select a few additional components. Please check the "prerequisites" list on our readme.md and see if...

Alternatively, I think it should be possible to make the script pick up the VS2019 preview. Try adding this to your PS call: `-VsWhereCriteria '-latest', '-prerelease'`

Sorry to hear that it is still not running. You are the first one to report so many problems, all others were able to get this running smoothly. Are you...

I have just pushed a new PR to master, which improves debug output of the new build script. It will print out all the environment variables, so we can see...