mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 02:27:39 -04:00
adler32: import adapted implementation from tinf/zlib
This adds an adapted version of the adler32 algorithm from tinf/zlib which will be necessary to support ZLIB deflate streams in the future. Change-Id: Ie60e15acb288acf56a2d44e3d3e912e1b3eb2216
This commit is contained in:
parent
ee05b8574a
commit
f32fc84ef6
3 changed files with 105 additions and 0 deletions
|
@ -269,6 +269,7 @@ common/timefuncs.c
|
|||
common/unicode.c
|
||||
common/vuprintf.c
|
||||
common/zip.c
|
||||
common/adler32.c
|
||||
|
||||
/* Display */
|
||||
scroll_engine.c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue