Is there a temporary fix possible to compile successfully working ffmpeg for the windows 10 using MinGW?

80 Views Asked by At

Current ffmpeg depends on CryptAcquireContextW what was deprecated and now removed from Windows. It compiles fine, but on running it crashes with text: "ffmpeg procedure entry point CryptAcquireContextW could not be located in the dynamic link library". advapi32 does not provide it anymore? The net say's it is deprecated already for a longer, however latest stable 4.3.git ffmpeg still depends on it. Is there a temporary fix possible to compile successfully working ffmpeg for the windows 10 using MinGW?

0

There are 0 best solutions below