Bug Fix
- Fixed a bug which prevented successful building in the OpenWrt build system. The problem was caused by an
#include apple_alac.h
inplayer.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.