Displaying 2 results from an estimated 2 matches for "_flac__bitwriter_write_byte_block".
Did you mean:
  flac__bitwriter_write_byte_block
  
2013 Mar 11
0
flac 1.3.0pre2 pre-release
...c\flac\libFLAC_static.lib(stream_encoder_framing.obj) 
flac
Error    6    error LNK2001: unresolved external symbol 
_FLAC__bitwriter_write_raw_int32 
G:\Programming\flac-1.3.0pre2\src\flac\libFLAC_static.lib(stream_encoder_framing.obj) 
flac
Error    7    error LNK2001: unresolved external symbol 
_FLAC__bitwriter_write_byte_block 
G:\Programming\flac-1.3.0pre2\src\flac\libFLAC_static.lib(stream_encoder_framing.obj) 
flac
Error    8    error LNK2001: unresolved external symbol 
_FLAC__bitwriter_write_raw_uint32_little_endian 
G:\Programming\flac-1.3.0pre2\src\flac\libFLAC_static.lib(stream_encoder_framing.obj) 
flac
Error...
2013 Mar 11
2
flac 1.3.0pre2 pre-release
Janne Hyv?rinen wrote:
> Here's a patch that fixes the creation of larger than 2 GB FLAC files. 
> Without this patch both GCC and MSVC compiles of FLAC will fail on 
> Windows when they have written 2 GB file while encoding from stdin. And 
> after 4GB when encoding from WAV file.
Ok.
> It includes Ben Allison's MSVC changes and JonY's MinGW changes with 
> some