mirror of
https://github.com/vgmstream/vgmstream.git
synced 2024-11-24 15:00:11 +01:00
Long has the Unix world longed for ps2_rnd support. Finally, the dreams of millions has come true!
git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@425 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
This commit is contained in:
parent
ded69c17d7
commit
84ea2fd232
@ -129,7 +129,8 @@ META_OBJS=meta/adx_header.o \
|
||||
meta/xbox_xvas.o \
|
||||
meta/sat_sap.o \
|
||||
meta/sat_sap.o \
|
||||
meta/dc_idvi.o
|
||||
meta/dc_idvi.o \
|
||||
meta/ps2_rnd.o
|
||||
|
||||
OBJECTS=vgmstream.o streamfile.o util.o $(CODING_OBJS) $(LAYOUT_OBJS) $(META_OBJS)
|
||||
|
||||
|
@ -97,5 +97,6 @@ libmeta_la_SOURCES += xbox_xmu.c
|
||||
libmeta_la_SOURCES += ngc_bh2pcm.c
|
||||
libmeta_la_SOURCES += sat_sap.c
|
||||
libmeta_la_SOURCES += dc_idvi.c
|
||||
libmeta_la_SOURCES += ps2_rnd.c
|
||||
|
||||
EXTRA_DIST = meta.h
|
||||
|
@ -117,6 +117,7 @@ gchar *vgmstream_exts [] = {
|
||||
"xvas",
|
||||
"bh2pcm",
|
||||
"sap",
|
||||
"rnd",
|
||||
/* terminator */
|
||||
NULL
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user