Split data block processing from open to a separate file.

This commit is contained in:
2025-08-02 14:25:15 +01:00
parent 5de2fc8f84
commit 090ddfe2e7
4 changed files with 311 additions and 239 deletions

View File

@@ -109,7 +109,8 @@ add_library(aaruformat SHARED include/aaruformat/consts.h include/aaruformat/enu
include/aaruformat/structs/optical.h
src/index/index_v1.c
include/internal.h
src/index/index_v2.c)
src/index/index_v2.c
src/blocks/data.c)
include_directories(include include/aaruformat)