diff --git a/output.cpp b/output.cpp index 1590d8c..64563a0 100644 --- a/output.cpp +++ b/output.cpp @@ -28,6 +28,11 @@ #include #include #include +// SHOUTERR_RETRY is available since libshout 2.4.0. +// Set it to an impossible value if it's not there. +#ifndef SHOUTERR_RETRY +#define SHOUTERR_RETRY (-255) +#endif #include #ifdef PULSE #include