Commit Graph

2 Commits (master)

Author SHA1 Message Date
ArthurSonzogni 12f60ab575 Fix flac_min/flac_max not defined with Emscripten.
When the compiler doesn't match the ones expected, flac_min/flac_max
aren't defined. There is a fallback to always define them, but MIN/MAX
were defined instead of flac_min/flac_max

This commit is the same as the one is the original FLAC project:
https://github.com/xiph/flac/blob/master/src/libFLAC/include/private/macros.h
7 years ago
Adrian Biedrzycki e27f888021 Move flac to FLAC 8 years ago