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:
sezero 2016-07-11 07:20:03 +00:00
parent 3203186dfb
commit 0c8b9f8f1f
5 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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