oslibs, codecs: rebuilt FLAC decoder for windows and osx.

git-svn-id: svn://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@1330 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
Ozkan Sezer 2016-07-11 07:20:03 +00:00
parent d0bca18060
commit a3ffc0011b
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

Binary file not shown.

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

Binary file not shown.

Binary file not shown.