Recommit Joerg Sonnenberger patch with more fix.
authorcedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 3 Sep 2008 11:04:37 +0000 (11:04 +0000)
committercedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 3 Sep 2008 11:04:37 +0000 (11:04 +0000)
commit291f7a63dd992711674f63ca0a0968d16470db36
tree519f098566e73ffdb5477a832b95011114f2c4c1
parent1433792ed7d98431de98479b4d826ac68f1edfba
Recommit Joerg Sonnenberger patch with more fix.

When writing jpeg scanline, it wouldn't fail with FILE* as an output, but will
with a data buffer. So we need to re run the jpeg routine on this scanline. As I
don't know if the buffer is always preserved during two calls to the jpeg
library, I am copying it again.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eet@35804 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
src/lib/Eet_private.h
src/lib/Makefile.am
src/lib/eet_image.c
src/lib/eet_lib.c
src/lib/eet_memfile.c [deleted file]