[ Fabian Greffrath ]
- Build shared libraries and hide symbols by default.
- Install man page by default.
- Check for
lrintf()
availability, link with-lm
and defineHAVE_LRINTF
accordingly. - Set a default build type if none was specified.
- Build DLL name with SOVERSION by default on Windows.
- Fix inlined
lrintf()
function signatures.