----
**Bug Fix**
-* Fixed a bug which prevented successful building in the OpenWrt toolchain. The problem was caused by an unconditional inclusion of a reference to apple_alac.h in player.c whether apple_alac was selected or not. This caused the OpenWrt build system to expect the standard C++ library to be referenced, and it was not there. Solution was to make the #include conditional on apple_alac having been selected.
+* Fixed a bug which prevented successful building in the OpenWrt toolchain. The problem was caused by an unconditional inclusion of a reference to apple_alac.h in player.c whether apple_alac was selected or not. This caused the OpenWrt build system to expect the standard C++ library to be referenced, and it was not there. Solution was to make the `#include` conditional on apple_alac having been selected.
Version 3.0d21 – Development Version
----