mirror of
https://github.com/vgmstream/vgmstream.git
synced 2025-01-29 19:37:30 +01:00
unix build update
git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@573 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
This commit is contained in:
parent
015ea92e4b
commit
f2b83c7a5f
@ -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)
|
||||
|
||||
|
@ -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
|
||||
|
@ -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));
|
||||
|
@ -161,6 +161,7 @@ gchar *vgmstream_exts [] = {
|
||||
"gbts",
|
||||
"p2bt",
|
||||
"rwav",
|
||||
"baka",
|
||||
/* terminator */
|
||||
NULL
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user