add lz4 compression options to eet. remove amalgamated build too.
authorraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 15 May 2012 12:27:56 +0000 (12:27 +0000)
committerraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 15 May 2012 12:27:56 +0000 (12:27 +0000)
commita748f275bc9c3972677f8f531ca225c5d0428e2f
treedbf03cd970b8082e16ad9c4d148e3efea72aca30
parent62818a364fb254b2c590b1d64835a1e19a33491b
add lz4 compression options to eet. remove amalgamated build too.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@71111 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
ChangeLog
configure.ac
src/lib/Eet.h
src/lib/Eet_private.h
src/lib/Makefile.am
src/lib/eet_image.c
src/lib/eet_lib.c
src/lib/lz4/lz4.c [new file with mode: 0644]
src/lib/lz4/lz4.h [new file with mode: 0644]
src/lib/lz4/lz4hc.c [new file with mode: 0644]
src/lib/lz4/lz4hc.h [new file with mode: 0644]