diff --git a/src/modules/sound/lullaby/Sound.cpp b/src/modules/sound/lullaby/Sound.cpp index 992fb7a1d..db8131d75 100644 --- a/src/modules/sound/lullaby/Sound.cpp +++ b/src/modules/sound/lullaby/Sound.cpp @@ -23,11 +23,14 @@ #include "Sound.h" #include "ModPlugDecoder.h" -#include "Mpg123Decoder.h" #include "VorbisDecoder.h" #include "GmeDecoder.h" //#include "FLACDecoder.h" +#ifndef LOVE_NOMPG123 +# include "Mpg123Decoder.h" +#endif // LOVE_NOMPG123 + namespace love { namespace sound