keeping unix build building

git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@404 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
This commit is contained in:
halleyscometsw 2008-08-11 01:11:32 +00:00
parent a32c10afca
commit bde85003bc
4 changed files with 10 additions and 2 deletions

View File

@ -28,7 +28,8 @@ LAYOUT_OBJS=layout/ast_blocked.o \
layout/ws_aud_blocked.o \
layout/interleave_byte.o \
layout/mus_acm_layout.o \
layout/aix_layout.o
layout/aix_layout.o \
layout/ims_block.o
META_OBJS=meta/adx_header.o \
meta/afc_header.o \
@ -115,7 +116,8 @@ META_OBJS=meta/adx_header.o \
meta/ngc_tydsp.o \
meta/ngc_vjdsp.o \
meta/xbox_wvs.o \
meta/xbox_stma.o
meta/xbox_stma.o \
meta/xbox_ims.o
OBJECTS=vgmstream.o streamfile.o util.o $(CODING_OBJS) $(LAYOUT_OBJS) $(META_OBJS)

View File

@ -19,5 +19,6 @@ liblayout_la_SOURCES += ws_aud_blocked.c
liblayout_la_SOURCES += interleave_byte.c
liblayout_la_SOURCES += mus_acm_layout.c
liblayout_la_SOURCES += aix_layout.c
liblayout_la_SOURCES += ims_block.c
EXTRA_DIST = layout.h

View File

@ -90,5 +90,6 @@ libmeta_la_SOURCES += ngc_tydsp.c
libmeta_la_SOURCES += xbox_wvs.c
libmeta_la_SOURCES += ngc_vjdsp.c
libmeta_la_SOURCES += xbox_stma.c
libmeta_la_SOURCES += xbox_ims.c
EXTRA_DIST = meta.h

View File

@ -108,6 +108,10 @@ gchar *vgmstream_exts [] = {
"as4",
"swd",
"cnk",
"vjdsp",
"wvs",
"stma",
"matx",
/* terminator */
NULL
};