aboutsummaryrefslogtreecommitdiff
path: root/audio/module.mk
diff options
context:
space:
mode:
authorMatthew Hoops2011-08-24 09:38:46 -0400
committerMatthew Hoops2011-08-24 09:54:19 -0400
commitadb69a5a39bb58a0ac6866b64ede228692a80488 (patch)
treea7e4116dd85224c23dcdb49336fb285e8f528a9d /audio/module.mk
parent7d5f6fedda6044efba4e0f3eadd413f6cd59a56e (diff)
downloadscummvm-rg350-adb69a5a39bb58a0ac6866b64ede228692a80488.tar.gz
scummvm-rg350-adb69a5a39bb58a0ac6866b64ede228692a80488.tar.bz2
scummvm-rg350-adb69a5a39bb58a0ac6866b64ede228692a80488.zip
AUDIO: Rename Vag to XA
Vag is really an XA container, and one that we do not have a decoder for (nor need)
Diffstat (limited to 'audio/module.mk')
-rw-r--r--audio/module.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/module.mk b/audio/module.mk
index 46cb9944e1..e3aa0aaa81 100644
--- a/audio/module.mk
+++ b/audio/module.mk
@@ -23,10 +23,10 @@ MODULE_OBJS := \
decoders/qdm2.o \
decoders/quicktime.o \
decoders/raw.o \
- decoders/vag.o \
decoders/voc.o \
decoders/vorbis.o \
decoders/wave.o \
+ decoders/xa.o \
mods/infogrames.o \
mods/maxtrax.o \
mods/module.o \