Generate zlib CRC tables in case compiled with dynamic tables.

It is possible that the zlib being used was compiled with dynamic
CRC tables, i.e. with DYNAMIC_CRC_TABLE defined. In that case, the
tables must be generated before multiple threads can be allowed to
compute CRCs. The get_crc_table() function forces that generation.
1 file changed