From: Mike Brady Date: Tue, 31 Jan 2017 16:06:00 +0000 (+0000) Subject: Ensure apple_alac and the associated libstdc++ is not included unless apple_alac... X-Git-Tag: 3.0.d22~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=73e504ac2b2361a5dfb5611c6c8d100cc1c72e56;p=thirdparty%2Fshairport-sync.git Ensure apple_alac and the associated libstdc++ is not included unless apple_alac is selected. --- diff --git a/player.c b/player.c index 295b815a..df6e515e 100644 --- a/player.c +++ b/player.c @@ -72,7 +72,9 @@ #include "alac.h" +#ifdef HAVE_APPLE_ALAC #include "apple_alac.h" +#endif // parameters from the source static unsigned char *aesiv;