diff --git a/sc2/src/sc2code/libs/sound/decoders/decoder.c b/sc2/src/sc2code/libs/sound/decoders/decoder.c index fada10d5c..a984821ae 100644 --- a/sc2/src/sc2code/libs/sound/decoders/decoder.c +++ b/sc2/src/sc2code/libs/sound/decoders/decoder.c @@ -27,10 +27,10 @@ #include "decoder.h" #include "wav.h" #include "dukaud.h" -#ifndef OGGVORBIS_NONE -# include "modaud.h" -#endif /* OGGVORBIS_NONE */ -#include "oggaud.h" +#include "modaud.h" +#ifndef OVCODEC_NONE +# include "oggaud.h" +#endif /* OVCODEC_NONE */ #include "aiffaud.h" @@ -136,7 +136,7 @@ static TFB_RegSoundDecoder sd_decoders[MAX_REG_DECODERS + 1] = {true, true, "mod", &moda_DecoderVtbl}, #ifndef OVCODEC_NONE {true, true, "ogg", &ova_DecoderVtbl}, -#endif /* OGGVORBIS_NONE */ +#endif /* OVCODEC_NONE */ {true, true, "duk", &duka_DecoderVtbl}, {true, true, "aif", &aifa_DecoderVtbl}, {false, false, NULL, NULL}, // null term