diff --git a/README.md b/README.md index d5c82e20..6f86832f 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ You may compile them from source as well (see *build guide*). ### Linux Generally you need to build vgmstream's components manually (see *build guide*). For -a quick build call `/make-build-cmake.sh` (for Debian/Ubuntu-style distros, installs +a quick build call `./make-build-cmake.sh` (for Debian/Ubuntu-style distros, installs various deps first so you may prefer to call commands manually). Releases also distribute a static version of the CLI tool (kernel v3.2+). diff --git a/src/meta/ubi_lyn_streamfile.h b/src/meta/ubi_lyn_streamfile.h index ecef0f6d..cdcad0d7 100644 --- a/src/meta/ubi_lyn_streamfile.h +++ b/src/meta/ubi_lyn_streamfile.h @@ -6,7 +6,7 @@ static STREAMFILE* setup_ubi_lyn_streamfile(STREAMFILE* sf, off_t stream_offset, size_t interleave_size, int stream_number, int stream_count, size_t logical_size) { STREAMFILE *new_sf = NULL; deblock_config_t cfg = {0}; -VGM_LOG("so=%lx, chu=%x, n=%i, c=%i, lo=%x\n", stream_offset, interleave_size, stream_number, stream_count, logical_size); + cfg.stream_start = stream_offset; cfg.chunk_size = interleave_size; cfg.step_start = stream_number;