Index: src/squeezeplay/src/audio/decode/decode.c =================================================================== --- src/squeezeplay/src/audio/decode/decode.c (revision 8706) +++ src/squeezeplay/src/audio/decode/decode.c (working copy) @@ -75,7 +75,8 @@ /* in order of perference */ #ifdef _WIN32 &decode_wma_win, -#else +#endif +#ifndef SQUEEZEPLAY_WITHOUT_ALAC &decode_alac, #endif #ifdef WITH_SPPRIVATE Index: src/squeezeplay_baby/src/common.h =================================================================== --- src/squeezeplay_baby/src/common.h (revision 8706) +++ src/squeezeplay_baby/src/common.h (working copy) @@ -10,6 +10,12 @@ #include "config.h" +/* + * Bug 16043 - disable ALAC on Baby until it can be fixed + * This should really be done via configure and config.h.in ... + */ +#define SQUEEZEPLAY_WITHOUT_ALAC + #include #include #include