mirror of
https://github.com/vgmstream/vgmstream.git
synced 2025-01-18 07:44:43 +01:00
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:
parent
13f039645b
commit
7315f6fabc
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user