Correction.
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2820 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
@@ -27,10 +27,10 @@
|
||||
#include "decoder.h"
|
||||
#include "wav.h"
|
||||
#include "dukaud.h"
|
||||
#ifndef OGGVORBIS_NONE
|
||||
#include "modaud.h"
|
||||
#endif /* OGGVORBIS_NONE */
|
||||
#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
|
||||
|
||||
Reference in New Issue
Block a user