mirror of
https://github.com/holub/mame
synced 2025-07-16 14:58:52 +03:00

* 3rdparty/zstd: Added Zstandard compression library version 1.5.5. * util/unzip.cpp: Added support for Zstandard compression (method 93). * util/chdcodec.cpp: Added support for Zstandard compression. * 3rdparty/flac: Always define NDEBUG to avoid log spam.
8 lines
314 B
Plaintext
8 lines
314 B
Plaintext
zstd files/0 -D dicts/0 -q
|
|
zstd -t files/0.zst -D dicts/0
|
|
files/0.zst : 1000 bytes
|
|
zstd -t files/0.zst -D dicts/1 && die "Must fail" ||:
|
|
files/0.zst : Decoding error (36) : Dictionary mismatch
|
|
zstd -t files/0.zst && die "Must fail" ||:
|
|
files/0.zst : Decoding error (36) : Dictionary mismatch
|