diff options
author | Luigi 'Comio' Mantellini <luigi.mantellini@idf-hit.com> | 2009-07-21 10:45:49 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2009-07-22 09:43:27 +0200 |
commit | caf72ff329759b4da71352ab098537c7698c0e9f (patch) | |
tree | 90da2f5ff33a6fb194d83bea8a8ce4efd1f74e61 /lib_generic/lzma/README.txt | |
parent | 70ebf31633f372a24505e47846b2628e8435ea37 (diff) | |
download | u-boot-imx-caf72ff329759b4da71352ab098537c7698c0e9f.zip u-boot-imx-caf72ff329759b4da71352ab098537c7698c0e9f.tar.gz u-boot-imx-caf72ff329759b4da71352ab098537c7698c0e9f.tar.bz2 |
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.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib_generic/lzma/README.txt b/lib_generic/lzma/README.txt index fdb3086..23a9be2 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 |