Skip to content

Version 3.0d22 – Development Version

Pre-release
Pre-release
Compare
Choose a tag to compare
@mikebrady mikebrady released this 31 Jan 16:26
· 4255 commits to development since this release

Bug Fix

  • Fixed a bug which prevented successful building in the OpenWrt build system. The problem was caused by an #include apple_alac.h in player.c which was actioned even if the apple alac decoder was not selected. This caused the OpenWrt build system to expect the standard C++ library – required by the apple alac code – to be referenced, but it was not specified on the build manifest and therefore stopped the build. The solution was to make the #include conditional on selecting the apple alac decoder.