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)
commit1a43cd46e07e6a8d4fb9857ad21a543055412d08
treedbf03cd970b8082e16ad9c4d148e3efea72aca30
parent9b7d930577b64f0fd13af7cba2ce103f475de309
add lz4 compression options to eet. remove amalgamated build too.

git-svn-id: http://svn.enlightenment.org/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]