summaryrefslogtreecommitdiff
path: root/lib_generic/lzma/README.txt
diff options
context:
space:
mode:
authorLuigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>2009-07-21 10:45:49 +0200
committerWolfgang Denk <wd@denx.de>2009-07-22 09:43:27 +0200
commitcaf72ff329759b4da71352ab098537c7698c0e9f (patch)
tree90da2f5ff33a6fb194d83bea8a8ce4efd1f74e61 /lib_generic/lzma/README.txt
parent70ebf31633f372a24505e47846b2628e8435ea37 (diff)
Refresh LZMA-lib to v4.65
Signed-off-by: Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com>
Diffstat (limited to 'lib_generic/lzma/README.txt')
-rw-r--r--lib_generic/lzma/README.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib_generic/lzma/README.txt b/lib_generic/lzma/README.txt
index fdb3086f4..23a9be282 100644
--- a/lib_generic/lzma/README.txt
+++ b/lib_generic/lzma/README.txt
@@ -7,14 +7,14 @@ Author: Igor Pavlov
The import is made using the import_lzmasdk.sh script that:
* untars the lzmaXYY.tar.bz2 file (from the download web page)
-* copies the files LzmaDecode.h, LzmaTypes.h, LzmaDecode.c, history.txt,
- LGPL.txt, and lzma.txt from source archive into the lib_lzma directory (pwd).
+* copies the files LzmaDec.h, Types.h, LzmaDec.c, history.txt,
+ and lzma.txt from source archive into the lib_lzma directory (pwd).
Example:
- ./import_lzmasdk.sh ~/lzma457.tar.bz2
+ . import_lzmasdk.sh ~/lzma465.tar.bz2
-Notice: The files from lzma sdk are not _modified_ by this script!
+Notice: The files from lzma sdk are _not modified_ by this script!
The files LzmaTools.{c,h} are provided to export the lzmaBuffToBuffDecompress()
function that wraps the complex LzmaDecode() function from the LZMA SDK. The