]> git.ipfire.org Git - thirdparty/libarchive.git/commit
7zip: Support old zstd versions as well 3102/head
authorTobias Stoeckmann <tobias@stoeckmann.org>
Mon, 1 Jun 2026 18:15:31 +0000 (20:15 +0200)
committerDustin L. Howett <dustin@howett.net>
Mon, 1 Jun 2026 18:29:06 +0000 (14:29 -0400)
commitd503ab38be0a827f82bd911c0a5fe057d6ff2f57
treea047468105455663ab740949e71b85627c4c2f86
parent49f67a344e7ff8bb41e5b6bf029e1a9c3a10120d
7zip: Support old zstd versions as well

Use ZSTD_DStream only if it's available, which should always be the
case.

Signed-off-by: Tobias Stoeckmann <tobias@stoeckmann.org>
libarchive/archive_read_support_format_7zip.c