Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tinycompress: Fix build with musl | Khem Raj | 2021-09-11 | 1 | -12/+6 |
| | | | | | | | Fixes a build error discovered by musl, we need to include sys/types.h for u_charr and its friends. Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
* | tinycompress: Add recipe | Tom Hochstein | 2021-09-01 | 6 | -0/+1675 |
Add tinycompress, a library to handle compressed formats like MP3. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> |