summaryrefslogtreecommitdiffstats
path: root/third_party/lzma_sdk/README.chromium
blob: eced88a3efcefce4ba492f041851eafb146db56f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Name: LZMA SDK
Short Name: lzma
URL: http://www.7-zip.org/sdk.html
Version: 9.20
Security Critical: yes
License: Public domain

Description:
This contains a part of LZMA SDK 9.20.

Only the C code required to open 7z archive files and uncompress LZMA
compression has been included. The project files have been rewritten to use
proper file paths and generate a static lib.

The patch in chromium.patch was applied to CpuArch.c to fix compile error on
32bit Linux.

2013-06-10: Removed chromium.patch and the associated changes, which caused a
runtime segmentation fault.

An #include <stdlib.h> needs to be added to CpuArch.h to avoid a warning on
Win32.