aboutsummaryrefslogtreecommitdiff
path: root/ports/libflac/CMakeLists.txt
AgeCommit message (Collapse)Author
2020-05-21[libflac] Update to 1.3.3-1 (#11152)evpobr
Update to ce6dd6b which has the following benign changes compared to 1.3.3 proper * `std::`-ify a bunch of C library stuff * C-cast -> `static_cast` or `reinterpret_cast` * build system changes * `unsigned` -> `uint32_t` * removing UB in some shifts * better support for powerPC and Windows * Change out `cos(double)` for `cosf(float)` in C * Correct `%d` to `%u` in printf
2018-04-30[sfml] Support LinuxRobert Schumacher
2017-04-27[libflac] fix build with MSBuild generatorcodicodi
2017-04-24Escape PROJECT_SOURCE_DIR since it can contain spacesAnonymous Maarten
fixes: nasm: error: more than one input file specified
2017-03-09[flac] use nasmcodicodi
2017-02-25[libflac] update to 1.3.2codicodi
2016-12-07[libflac] link to correct version of oggcodicodi
2016-12-06[libflac] initial commitcodicodi