BtbN / FFmpeg-Builds

MIT License
7.76k stars 1.07k forks source link

Commit 1688e51 breaks compatibility with Windows 7 #417

Closed LiquidLightning closed 2 weeks ago

LiquidLightning commented 2 weeks ago

Commit 1688e51 breaks compatibility with Windows 7.

The most recent build that runs on Windows 7 is from May 31, 2024.

Subsequent builds show this DLL-related error message when starting the .exe:

---------------------------
ffmpeg.exe - Application Error
---------------------------
The application was unable to start correctly (0xc0000005). Click OK to close the application. 

Please revert or correct the commit, or otherwise fix what I suppose is [a linker problem](https://learn.microsoft.com/en-us/answers/questions/1008126/the-application-was-unable-to-start-correctly-\(0xc).

BtbN commented 2 weeks ago

As per the README, the minimum version I care for compatibility with is Windows 10 22H2, anything earlier might or might not work, no effort will be made towards it.