mirror of
https://github.com/vgmstream/vgmstream.git
synced 2024-11-28 08:20:54 +01:00
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:
parent
7f5bc6154a
commit
524ca7f924
@ -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)
|
||||
|
||||
|
@ -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
|
||||
|
@ -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,
|
||||
};
|
||||
|
@ -103,6 +103,11 @@ gchar *vgmstream_exts [] = {
|
||||
"enth",
|
||||
"sdt",
|
||||
"aix",
|
||||
"tydsp",
|
||||
"sfs",
|
||||
"as4",
|
||||
"swd",
|
||||
"cnk",
|
||||
/* terminator */
|
||||
NULL
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user