mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2024-11-10 07:21:58 +00:00
oslibs: add missing tremor builds for windows.
git-svn-id: svn://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@1530 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
parent
39bee8371f
commit
76b1442351
7 changed files with 0 additions and 3 deletions
|
@ -153,9 +153,6 @@ extern void vorbis_info_init(vorbis_info *vi);
|
|||
extern void vorbis_info_clear(vorbis_info *vi);
|
||||
extern int vorbis_info_blocksize(vorbis_info *vi,int zo);
|
||||
extern void vorbis_comment_init(vorbis_comment *vc);
|
||||
extern void vorbis_comment_add(vorbis_comment *vc, char *comment);
|
||||
extern void vorbis_comment_add_tag(vorbis_comment *vc,
|
||||
char *tag, char *contents);
|
||||
extern char *vorbis_comment_query(vorbis_comment *vc, char *tag, int count);
|
||||
extern int vorbis_comment_query_count(vorbis_comment *vc, char *tag);
|
||||
extern void vorbis_comment_clear(vorbis_comment *vc);
|
||||
|
|
BIN
Windows/codecs/x64/libvorbisidec-1.dll
Normal file
BIN
Windows/codecs/x64/libvorbisidec-1.dll
Normal file
Binary file not shown.
BIN
Windows/codecs/x64/libvorbisidec.dll.a
Normal file
BIN
Windows/codecs/x64/libvorbisidec.dll.a
Normal file
Binary file not shown.
BIN
Windows/codecs/x64/libvorbisidec.lib
Normal file
BIN
Windows/codecs/x64/libvorbisidec.lib
Normal file
Binary file not shown.
BIN
Windows/codecs/x86/libvorbisidec-1.dll
Normal file
BIN
Windows/codecs/x86/libvorbisidec-1.dll
Normal file
Binary file not shown.
BIN
Windows/codecs/x86/libvorbisidec.dll.a
Normal file
BIN
Windows/codecs/x86/libvorbisidec.dll.a
Normal file
Binary file not shown.
BIN
Windows/codecs/x86/libvorbisidec.lib
Normal file
BIN
Windows/codecs/x86/libvorbisidec.lib
Normal file
Binary file not shown.
Loading…
Reference in a new issue