mirror of
https://github.com/scummvm/dockerized-bb.git
synced 2026-05-21 05:40:49 +00:00
7ed57f4b34
Current FLAC expects `_stat64` to always be available on Windows, but that's not the case for Win9x. Moreover, even FLAC 1.3.2 in 2017 started to "Assume all currently used OSes support SSE2", so it's getting harder and harder to have a modern FLAC running on old Windows releases. FLAC 1.2.1 appears to do the job, though (with some patches). It's old (2007), but if your target is a 1995 OS, it shouldn't be too bad. Also apply CVE-2014-9028 FLAC patches from CentOS. It appears that CentOS 7 used later upstream patches for CVE-2014-9028, which provide a better fix, and prevent seeking bugs resulting from the first fixes.