mirror of
https://github.com/vgmstream/vgmstream.git
synced 2025-02-17 19:19:16 +01:00
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:
parent
a32c10afca
commit
bde85003bc
@ -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)
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -108,6 +108,10 @@ gchar *vgmstream_exts [] = {
|
||||
"as4",
|
||||
"swd",
|
||||
"cnk",
|
||||
"vjdsp",
|
||||
"wvs",
|
||||
"stma",
|
||||
"matx",
|
||||
/* terminator */
|
||||
NULL
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user