From 839465c66725db9eb3ae5cad0c7accc83b8961c3 Mon Sep 17 00:00:00 2001 From: Meep-Eep Date: Wed, 25 Jul 2007 21:51:53 +0000 Subject: [PATCH] Correction. git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2820 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/src/sc2code/libs/sound/decoders/decoder.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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