]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Ensure apple_alac and the associated libstdc++ is not included unless apple_alac...
authorMike Brady <mikebrady@eircom.net>
Tue, 31 Jan 2017 16:06:00 +0000 (16:06 +0000)
committerMike Brady <mikebrady@eircom.net>
Tue, 31 Jan 2017 16:06:00 +0000 (16:06 +0000)
player.c

index 295b815ad686d5f6a74f2c03a942d8cdc0b5b6d0..df6e515e73e8ca0f0b5ebac235b765c7bc2f6e3c 100644 (file)
--- 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;