get ye right, module lists

git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@402 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
This commit is contained in:
halleyscometsw 2008-08-10 04:39:55 +00:00
parent 7f5bc6154a
commit 524ca7f924
4 changed files with 8 additions and 4 deletions

View File

@ -114,8 +114,8 @@ META_OBJS=meta/adx_header.o \
meta/aix.o \
meta/ngc_tydsp.o \
meta/ngc_vjdsp.o \
meta/ngc_biodsp.o \
meta/xbox_wvs.o
meta/xbox_wvs.o \
meta/xbox_stma.o
OBJECTS=vgmstream.o streamfile.o util.o $(CODING_OBJS) $(LAYOUT_OBJS) $(META_OBJS)

View File

@ -87,8 +87,8 @@ libmeta_la_SOURCES += ps2_enth.c
libmeta_la_SOURCES += sdt.c
libmeta_la_SOURCES += aix.c
libmeta_la_SOURCES += ngc_tydsp.c
libmeta_la_SOURCES += ngc_biodsp.c
libmeta_la_SOURCES += xbox_wvs.c
libmeta_la_SOURCES += ngc_vjdsp.c
libmeta_la_SOURCES += xbox_stma.c
EXTRA_DIST = meta.h

View File

@ -111,7 +111,6 @@ VGMSTREAM * (*init_vgmstream_fcns[])(STREAMFILE *streamFile) = {
init_vgmstream_ngc_tydsp,
init_vgmstream_ngc_swd,
init_vgmstream_ngc_vjdsp,
init_vgmstream_ngc_biodsp,
init_vgmstream_xbox_wvs,
init_vgmstream_xbox_stma,
};

View File

@ -103,6 +103,11 @@ gchar *vgmstream_exts [] = {
"enth",
"sdt",
"aix",
"tydsp",
"sfs",
"as4",
"swd",
"cnk",
/* terminator */
NULL
};