Add ARC non-repeat packing decompression implementation and tests.

This commit is contained in:
2025-09-01 23:30:57 +01:00
parent 750df1cca9
commit bfb9a6b524
6 changed files with 3799 additions and 3 deletions

View File

@@ -139,7 +139,8 @@ add_library("Aaru.Compression.Native" SHARED library.c apple_rle.c apple_rle.h a
zoo/lh5.c
zoo/lzh.h
zoo/ar.h
zoo/maketbl.c)
zoo/maketbl.c
arc/pack.c)
include(3rdparty/bzip2.cmake)
include(3rdparty/flac.cmake)