evas/cserve2: Fix animated Gifs support with cs2
authorJean-Philippe Andre <jp.andre@samsung.com>
Fri, 27 Sep 2013 05:46:48 +0000 (14:46 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Mon, 28 Oct 2013 06:47:15 +0000 (15:47 +0900)
commit9bb52372bd1a8c72e8e47cc37b499769c959318a
tree0709d867bd3d6c6f46796684494f3b95d76f89ba
parentf18b71d5155e50ae1f494abe11813ac292e53e1d
evas/cserve2: Fix animated Gifs support with cs2

cserve2 does not support animated Gifs, as the animated icon
logic doesn't match cserve2 logic.
Also, there is probably no need to cache these into shared
buffers anyways :)

Solution: fallback to normal cache (and delete current entry in
the client)
src/lib/evas/cache2/evas_cache2.c
src/lib/evas/common/evas_image_load.c
src/lib/evas/common/evas_image_scalecache.c