evas: Fix evas gif image loader for libgif version 5
authorSimon <simon@simotek.net>
Mon, 3 Jun 2013 08:16:25 +0000 (09:16 +0100)
committerStefan Schmidt <s.schmidt@samsung.com>
Mon, 3 Jun 2013 08:16:25 +0000 (09:16 +0100)
commit23ed5115c01371e2f6d2556ad9b909be906e5bd2
tree47b2cf48752f06be21ffe49aefb3301399f3c099
parenta011fc1dd94a0e5c61039e803952430c0b6b38f4
evas: Fix evas gif image loader for libgif version 5

Because arc doesn't like me much at the moment here's a simple patch to
fix the gif loader for the latest libgif version. DGifOpen now takes a
error param as its final argument, if the param is not NULL it will
return a error code if it fails. Similar to another patch i sent a few
months back. The patch has been tested on OBS for old and new versions.
src/modules/evas/loaders/gif/evas_image_load_gif.c