mirror of
https://github.com/vgmstream/vgmstream.git
synced 2024-11-24 23:10:10 +01:00
dc_dvi.c renamed to dc_idvi.c
git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@422 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
This commit is contained in:
parent
e4f9ce0efe
commit
0dec3ff12d
@ -129,7 +129,7 @@ META_OBJS=meta/adx_header.o \
|
||||
meta/xbox_xvas.o \
|
||||
meta/sat_sap.o \
|
||||
meta/sat_sap.o \
|
||||
meta/dc_dvi.o
|
||||
meta/dc_idvi.o
|
||||
|
||||
OBJECTS=vgmstream.o streamfile.o util.o $(CODING_OBJS) $(LAYOUT_OBJS) $(META_OBJS)
|
||||
|
||||
|
@ -235,7 +235,7 @@
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\meta\dc_dvi.c"
|
||||
RelativePath=".\meta\dc_idvi.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
|
@ -96,6 +96,6 @@ libmeta_la_SOURCES += dc_str.c
|
||||
libmeta_la_SOURCES += xbox_xmu.c
|
||||
libmeta_la_SOURCES += ngc_bh2pcm.c
|
||||
libmeta_la_SOURCES += sat_sap.c
|
||||
libmeta_la_SOURCES += dc_dvi.c
|
||||
libmeta_la_SOURCES += dc_idvi.c
|
||||
|
||||
EXTRA_DIST = meta.h
|
||||
|
Loading…
Reference in New Issue
Block a user