unix build update

git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@573 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
This commit is contained in:
halleyscometsw 2009-01-28 15:07:59 +00:00
parent 015ea92e4b
commit f2b83c7a5f
4 changed files with 4 additions and 2 deletions

View File

@ -177,7 +177,8 @@ META_OBJS=meta/adx_header.o \
meta/aax.o \
meta/ps2_p2bt.o \
meta/ps2_gbts.o \
meta/ngc_ffcc_str.o
meta/ngc_ffcc_str.o \
meta/sat_baka.o
OBJECTS=vgmstream.o streamfile.o util.o $(CODING_OBJS) $(LAYOUT_OBJS) $(META_OBJS)

View File

@ -138,5 +138,6 @@ libmeta_la_SOURCES += aax.c
libmeta_la_SOURCES += ps2_p2bt.c
libmeta_la_SOURCES += ps2_gbts.c
libmeta_la_SOURCES += ngc_ffcc_str.c
libmeta_la_SOURCES += sat_baka.c
EXTRA_DIST = meta.h

View File

@ -13,7 +13,6 @@ VGMSTREAM * init_vgmstream_dc_str(STREAMFILE *streamFile) {
int interleave;
int channel_count;
int samples;
int i;
/* check extension, case insensitive */
streamFile->get_name(streamFile,filename,sizeof(filename));

View File

@ -161,6 +161,7 @@ gchar *vgmstream_exts [] = {
"gbts",
"p2bt",
"rwav",
"baka",
/* terminator */
NULL
};