android_mt6572_jiabo/external/lzo
2025-09-05 16:56:03 +08:00
..
asm/i386 first commit 2025-09-05 16:56:03 +08:00
autoconf first commit 2025-09-05 16:56:03 +08:00
B first commit 2025-09-05 16:56:03 +08:00
doc first commit 2025-09-05 16:56:03 +08:00
examples first commit 2025-09-05 16:56:03 +08:00
include first commit 2025-09-05 16:56:03 +08:00
lzotest first commit 2025-09-05 16:56:03 +08:00
minilzo first commit 2025-09-05 16:56:03 +08:00
src first commit 2025-09-05 16:56:03 +08:00
tests first commit 2025-09-05 16:56:03 +08:00
util first commit 2025-09-05 16:56:03 +08:00
aclocal.m4 first commit 2025-09-05 16:56:03 +08:00
Android.mk first commit 2025-09-05 16:56:03 +08:00
AUTHORS first commit 2025-09-05 16:56:03 +08:00
BUGS first commit 2025-09-05 16:56:03 +08:00
ChangeLog first commit 2025-09-05 16:56:03 +08:00
config.h first commit 2025-09-05 16:56:03 +08:00
config.hin first commit 2025-09-05 16:56:03 +08:00
config.log first commit 2025-09-05 16:56:03 +08:00
config.status first commit 2025-09-05 16:56:03 +08:00
configure first commit 2025-09-05 16:56:03 +08:00
configure.ac first commit 2025-09-05 16:56:03 +08:00
COPYING first commit 2025-09-05 16:56:03 +08:00
INSTALL first commit 2025-09-05 16:56:03 +08:00
libtool first commit 2025-09-05 16:56:03 +08:00
Makefile first commit 2025-09-05 16:56:03 +08:00
Makefile.am first commit 2025-09-05 16:56:03 +08:00
Makefile.in first commit 2025-09-05 16:56:03 +08:00
NEWS first commit 2025-09-05 16:56:03 +08:00
README first commit 2025-09-05 16:56:03 +08:00
README.ANDROID first commit 2025-09-05 16:56:03 +08:00
stamp-h1 first commit 2025-09-05 16:56:03 +08:00
THANKS first commit 2025-09-05 16:56:03 +08:00

============================================================================
LZO -- a real-time data compression library
============================================================================

Please read the file doc/LZO.TXT for an introduction to LZO.
See the file doc/LZO.FAQ for various tidbits of information.

See the file NEWS for a list of major changes in the current release.

See the file INSTALL for compilation and installation instructions.

For a quick start how to use LZO look at examples/lzopack.c.


Directory overview:
-------------------
  autoconf      Autoconf configuration files (UNIX specific)
  B             various support files for DOS, Windows, OS/2, ...
  doc           documentation
  examples      example programs
  include       public header files
  minilzo       a lightweight subset for easy inclusion in your project
  src           library source
  tests         more or less exotic test programs
  util          some utility scripts


Have fun,
Markus

http://www.oberhumer.com/opensource/lzo/