Subject: | Perl-generated compressed files not compatible with liblzf |
Hi Marc,
We're trying to use LZF from Perl -> C. The data is compressed on the
Perl side and decompressed by C code using liblzf. However it appears
the Perl version prepends a different header that the C code doesn't
understand. If there was a way to generate C-compatible files from
Perl, it would be helpful.