mirror of
https://github.com/vgmstream/vgmstream.git
synced 2024-11-12 01:30:49 +01:00
fixes for windows build
git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@286 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
This commit is contained in:
parent
e017a7324d
commit
55c64eb607
@ -717,15 +717,6 @@ EXPORT int mpg123_replace_buffer(mpg123_handle *mh, unsigned char *data, size_t
|
||||
* Use that to determine an appropriate minimum buffer size for decoding one frame. */
|
||||
EXPORT size_t mpg123_outblock(mpg123_handle *mh);
|
||||
|
||||
/** Replace low-level stream access functions; read and lseek as known in POSIX.
|
||||
* You can use this to make any fancy file opening/closing yourself,
|
||||
* using open_fd to set the file descriptor for your read/lseek (doesn't need to be a "real" file descriptor...).
|
||||
* Setting a function to NULL means that the default internal read is
|
||||
* used (active from next mpg123_open call on). */
|
||||
EXPORT int mpg123_replace_reader( mpg123_handle *mh,
|
||||
ssize_t (*r_read) (int, void *, size_t),
|
||||
off_t (*r_lseek)(int, off_t, int) );
|
||||
|
||||
/* @} */
|
||||
|
||||
|
||||
|
@ -60,7 +60,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalDependencies="../ext_libs/libvorbis.lib"
|
||||
AdditionalDependencies="../ext_libs/libvorbis.lib ../ext_libs/libmpg123-0.lib"
|
||||
LinkIncremental="2"
|
||||
GenerateDebugInformation="true"
|
||||
SubSystem="2"
|
||||
|
Loading…
Reference in New Issue
Block a user