mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2025-02-13 15:31:28 +00:00
oslibs, codecs: rebuilt FLAC decoder for windows and osx.
git-svn-id: svn+ssh://svn.code.sf.net/p/quakespasm/code/trunk@1330 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
parent
3203186dfb
commit
0c8b9f8f1f
5 changed files with 2 additions and 2 deletions
|
@ -228,7 +228,7 @@ typedef enum {
|
|||
*/
|
||||
|
||||
FLAC__STREAM_DECODER_ABORTED,
|
||||
/**< The decoder was aborted by the read callback. */
|
||||
/**< The decoder was aborted by the read or write callback. */
|
||||
|
||||
FLAC__STREAM_DECODER_MEMORY_ALLOCATION_ERROR,
|
||||
/**< An error occurred allocating memory. The decoder is in an invalid
|
||||
|
|
Binary file not shown.
|
@ -228,7 +228,7 @@ typedef enum {
|
|||
*/
|
||||
|
||||
FLAC__STREAM_DECODER_ABORTED,
|
||||
/**< The decoder was aborted by the read callback. */
|
||||
/**< The decoder was aborted by the read or write callback. */
|
||||
|
||||
FLAC__STREAM_DECODER_MEMORY_ALLOCATION_ERROR,
|
||||
/**< An error occurred allocating memory. The decoder is in an invalid
|
||||
|
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in a new issue