mirror of
https://github.com/holub/mame
synced 2025-05-09 15:51:48 +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
119 B
Bash
Executable File
8 lines
119 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
# Test --[no-]row-match-finder
|
|
zstd file -7f --row-match-finder
|
|
zstd file -7f --no-row-match-finder
|