mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
05e69b43e9
* 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.
15 lines
256 B
Text
15 lines
256 B
Text
#build
|
|
simple_compression
|
|
simple_decompression
|
|
multiple_simple_compression
|
|
dictionary_compression
|
|
dictionary_decompression
|
|
streaming_compression
|
|
streaming_decompression
|
|
multiple_streaming_compression
|
|
streaming_memory_usage
|
|
|
|
#test artefact
|
|
tmp*
|
|
test*
|
|
*.zst
|