mirror of
https://github.com/holub/mame
synced 2025-04-28 19:14:55 +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.
13 lines
152 B
Plaintext
13 lines
152 B
Plaintext
Test zstd ./file1 - file2
|
|
stdin
|
|
file1
|
|
file2
|
|
Test zstd -d ./file1.zst - file2.zst
|
|
stdin
|
|
file1
|
|
file2
|
|
zstd -d ./file1.zst - file2.zst -c
|
|
file1
|
|
stdin
|
|
file2
|