fix unix build, update readme

git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@407 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
This commit is contained in:
halleyscometsw 2008-08-11 08:31:51 +00:00
parent 13f039645b
commit 7315f6fabc
3 changed files with 8 additions and 2 deletions

View File

@ -142,6 +142,12 @@ File types supported by this version of vgmstream:
- .sdt (GC DSP ADPCM)
- .aix (CRI ADX ADPCM)
- .tydsp (GC DSP ADPCM)
- .swd (GC DSP ADPCM)
- .vjdsp (GC DSP ADPCM)
- .wvs (XBOX IMA ADPCM)
- .stma (DVI IMA ADPCM)
- .matx (XBOX IMA ADPCM)
- .de2 (MS ADPCM)
Enjoy!
-hcs

View File

@ -21,6 +21,6 @@ libcoding_la_SOURCES += ws_decoder.c
libcoding_la_SOURCES += mpeg_decoder.c
libcoding_la_SOURCES += acm_decoder.c
libcoding_la_SOURCES += nwa_decoder.c
libcoding_la_SOURCES += msadpcm_decoder.
libcoding_la_SOURCES += msadpcm_decoder.c
EXTRA_DIST = coding.h g72x_state.h

View File

@ -20,6 +20,6 @@ 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
liblayout_la_SOURCES += de2_layout.c
liblayout_la_SOURCES += de2_blocked.c
EXTRA_DIST = layout.h