hey guys stop breaking the build

git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@505 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
This commit is contained in:
halleyscometsw 2008-12-10 04:09:41 +00:00
parent 209fad5703
commit 573887a70d
4 changed files with 7 additions and 3 deletions

View File

@ -33,7 +33,9 @@ LAYOUT_OBJS=layout/ast_blocked.o \
layout/aix_layout.o \
layout/ims_block.o \
layout/de2_blocked.o \
layout/xvas_block.o
layout/xvas_block.o \
layout/vs_blocked.o \
layout/test_blocked.o
META_OBJS=meta/adx_header.o \
meta/afc_header.o \
@ -160,7 +162,8 @@ META_OBJS=meta/adx_header.o \
meta/vgs.o \
meta/vs.o \
meta/dc_wav_dcs.o \
meta/wii_smp.o
meta/wii_smp.o \
meta/_test.o
OBJECTS=vgmstream.o streamfile.o util.o $(CODING_OBJS) $(LAYOUT_OBJS) $(META_OBJS)

View File

@ -23,5 +23,6 @@ liblayout_la_SOURCES += ims_block.c
liblayout_la_SOURCES += de2_blocked.c
liblayout_la_SOURCES += xvas_block.c
liblayout_la_SOURCES += vs_blocked.c
liblayout_la_SOURCES += test_blocked.c
EXTRA_DIST = layout.h

View File

@ -129,5 +129,6 @@ libmeta_la_SOURCES += vs.c
libmeta_la_SOURCES += vgs.c
libmeta_la_SOURCES += dc_wav_dcs.c
libmeta_la_SOURCES += wii_smp.c
libmeta_la_SOURCES += _test.c
EXTRA_DIST = meta.h

View File

@ -132,7 +132,6 @@ VGMSTREAM * (*init_vgmstream_fcns[])(STREAMFILE *streamFile) = {
init_vgmstream_kraw,
init_vgmstream_ps2_omu,
init_vgmstream_ps2_xa2,
init_vgmstream_ss_stream,
init_vgmstream_idsp,
init_vgmstream_idsp2,
init_vgmstream_ngc_ymf,