diff options
Diffstat (limited to '')
-rw-r--r-- | libraries/evas/src/modules/loaders/gif/Makefile.am | 35 | ||||
-rw-r--r-- | libraries/evas/src/modules/loaders/gif/Makefile.in | 758 | ||||
-rw-r--r-- | libraries/evas/src/modules/loaders/gif/evas_image_load_gif.c | 1030 |
3 files changed, 1823 insertions, 0 deletions
diff --git a/libraries/evas/src/modules/loaders/gif/Makefile.am b/libraries/evas/src/modules/loaders/gif/Makefile.am new file mode 100644 index 0000000..9234370 --- /dev/null +++ b/libraries/evas/src/modules/loaders/gif/Makefile.am | |||
@@ -0,0 +1,35 @@ | |||
1 | |||
2 | MAINTAINERCLEANFILES = Makefile.in | ||
3 | |||
4 | AM_CPPFLAGS = \ | ||
5 | -I. \ | ||
6 | -I$(top_srcdir)/src/lib \ | ||
7 | -I$(top_srcdir)/src/lib/include \ | ||
8 | @FREETYPE_CFLAGS@ \ | ||
9 | @PIXMAN_CFLAGS@ \ | ||
10 | @evas_image_loader_gif_cflags@ \ | ||
11 | @EINA_CFLAGS@ | ||
12 | |||
13 | AM_CFLAGS = @WIN32_CFLAGS@ | ||
14 | |||
15 | if BUILD_LOADER_GIF | ||
16 | if !EVAS_STATIC_BUILD_GIF | ||
17 | |||
18 | pkgdir = $(libdir)/evas/modules/loaders/gif/$(MODULE_ARCH) | ||
19 | pkg_LTLIBRARIES = module.la | ||
20 | |||
21 | module_la_SOURCES = evas_image_load_gif.c | ||
22 | |||
23 | module_la_LIBADD = @EINA_LIBS@ @evas_image_loader_gif_libs@ $(top_builddir)/src/lib/libevas.la | ||
24 | module_la_LDFLAGS = -no-undefined @lt_enable_auto_import@ -module -avoid-version | ||
25 | module_la_LIBTOOLFLAGS = --tag=disable-static | ||
26 | |||
27 | else | ||
28 | |||
29 | noinst_LTLIBRARIES = libevas_loader_gif.la | ||
30 | |||
31 | libevas_loader_gif_la_SOURCES = evas_image_load_gif.c | ||
32 | libevas_loader_gif_la_LIBADD = @evas_image_loader_gif_libs@ | ||
33 | |||
34 | endif | ||
35 | endif | ||
diff --git a/libraries/evas/src/modules/loaders/gif/Makefile.in b/libraries/evas/src/modules/loaders/gif/Makefile.in new file mode 100644 index 0000000..7fcd6a7 --- /dev/null +++ b/libraries/evas/src/modules/loaders/gif/Makefile.in | |||
@@ -0,0 +1,758 @@ | |||
1 | # Makefile.in generated by automake 1.11.1 from Makefile.am. | ||
2 | # @configure_input@ | ||
3 | |||
4 | # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, | ||
5 | # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, | ||
6 | # Inc. | ||
7 | # This Makefile.in is free software; the Free Software Foundation | ||
8 | # gives unlimited permission to copy and/or distribute it, | ||
9 | # with or without modifications, as long as this notice is preserved. | ||
10 | |||
11 | # This program is distributed in the hope that it will be useful, | ||
12 | # but WITHOUT ANY WARRANTY, to the extent permitted by law; without | ||
13 | # even the implied warranty of MERCHANTABILITY or FITNESS FOR A | ||
14 | # PARTICULAR PURPOSE. | ||
15 | |||
16 | @SET_MAKE@ | ||
17 | |||
18 | VPATH = @srcdir@ | ||
19 | pkgdatadir = $(datadir)/@PACKAGE@ | ||
20 | pkgincludedir = $(includedir)/@PACKAGE@ | ||
21 | pkglibdir = $(libdir)/@PACKAGE@ | ||
22 | pkglibexecdir = $(libexecdir)/@PACKAGE@ | ||
23 | am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd | ||
24 | install_sh_DATA = $(install_sh) -c -m 644 | ||
25 | install_sh_PROGRAM = $(install_sh) -c | ||
26 | install_sh_SCRIPT = $(install_sh) -c | ||
27 | INSTALL_HEADER = $(INSTALL_DATA) | ||
28 | transform = $(program_transform_name) | ||
29 | NORMAL_INSTALL = : | ||
30 | PRE_INSTALL = : | ||
31 | POST_INSTALL = : | ||
32 | NORMAL_UNINSTALL = : | ||
33 | PRE_UNINSTALL = : | ||
34 | POST_UNINSTALL = : | ||
35 | build_triplet = @build@ | ||
36 | host_triplet = @host@ | ||
37 | subdir = src/modules/loaders/gif | ||
38 | DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in | ||
39 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | ||
40 | am__aclocal_m4_deps = $(top_srcdir)/m4/efl_attribute.m4 \ | ||
41 | $(top_srcdir)/m4/efl_coverage.m4 \ | ||
42 | $(top_srcdir)/m4/efl_doxygen.m4 \ | ||
43 | $(top_srcdir)/m4/efl_fnmatch.m4 \ | ||
44 | $(top_srcdir)/m4/efl_path_max.m4 $(top_srcdir)/m4/efl_tests.m4 \ | ||
45 | $(top_srcdir)/m4/evas_check_engine.m4 \ | ||
46 | $(top_srcdir)/m4/evas_check_loader.m4 \ | ||
47 | $(top_srcdir)/m4/evas_converter.m4 \ | ||
48 | $(top_srcdir)/m4/evas_dither.m4 \ | ||
49 | $(top_srcdir)/m4/evas_scaler.m4 $(top_srcdir)/m4/libtool.m4 \ | ||
50 | $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ | ||
51 | $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ | ||
52 | $(top_srcdir)/configure.ac | ||
53 | am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ | ||
54 | $(ACLOCAL_M4) | ||
55 | mkinstalldirs = $(install_sh) -d | ||
56 | CONFIG_HEADER = $(top_builddir)/config.h | ||
57 | CONFIG_CLEAN_FILES = | ||
58 | CONFIG_CLEAN_VPATH_FILES = | ||
59 | am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; | ||
60 | am__vpath_adj = case $$p in \ | ||
61 | $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ | ||
62 | *) f=$$p;; \ | ||
63 | esac; | ||
64 | am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; | ||
65 | am__install_max = 40 | ||
66 | am__nobase_strip_setup = \ | ||
67 | srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` | ||
68 | am__nobase_strip = \ | ||
69 | for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" | ||
70 | am__nobase_list = $(am__nobase_strip_setup); \ | ||
71 | for p in $$list; do echo "$$p $$p"; done | \ | ||
72 | sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ | ||
73 | $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ | ||
74 | if (++n[$$2] == $(am__install_max)) \ | ||
75 | { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ | ||
76 | END { for (dir in files) print dir, files[dir] }' | ||
77 | am__base_list = \ | ||
78 | sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ | ||
79 | sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | ||
80 | am__installdirs = "$(DESTDIR)$(pkgdir)" | ||
81 | LTLIBRARIES = $(noinst_LTLIBRARIES) $(pkg_LTLIBRARIES) | ||
82 | libevas_loader_gif_la_DEPENDENCIES = | ||
83 | am__libevas_loader_gif_la_SOURCES_DIST = evas_image_load_gif.c | ||
84 | @BUILD_LOADER_GIF_TRUE@@EVAS_STATIC_BUILD_GIF_TRUE@am_libevas_loader_gif_la_OBJECTS = evas_image_load_gif.lo | ||
85 | libevas_loader_gif_la_OBJECTS = $(am_libevas_loader_gif_la_OBJECTS) | ||
86 | AM_V_lt = $(am__v_lt_$(V)) | ||
87 | am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY)) | ||
88 | am__v_lt_0 = --silent | ||
89 | @BUILD_LOADER_GIF_TRUE@@EVAS_STATIC_BUILD_GIF_TRUE@am_libevas_loader_gif_la_rpath = | ||
90 | @BUILD_LOADER_GIF_TRUE@@EVAS_STATIC_BUILD_GIF_FALSE@module_la_DEPENDENCIES = $(top_builddir)/src/lib/libevas.la | ||
91 | am__module_la_SOURCES_DIST = evas_image_load_gif.c | ||
92 | @BUILD_LOADER_GIF_TRUE@@EVAS_STATIC_BUILD_GIF_FALSE@am_module_la_OBJECTS = module_la-evas_image_load_gif.lo | ||
93 | module_la_OBJECTS = $(am_module_la_OBJECTS) | ||
94 | module_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \ | ||
95 | $(module_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \ | ||
96 | $(AM_CFLAGS) $(CFLAGS) $(module_la_LDFLAGS) $(LDFLAGS) -o $@ | ||
97 | @BUILD_LOADER_GIF_TRUE@@EVAS_STATIC_BUILD_GIF_FALSE@am_module_la_rpath = \ | ||
98 | @BUILD_LOADER_GIF_TRUE@@EVAS_STATIC_BUILD_GIF_FALSE@ -rpath \ | ||
99 | @BUILD_LOADER_GIF_TRUE@@EVAS_STATIC_BUILD_GIF_FALSE@ $(pkgdir) | ||
100 | DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) | ||
101 | depcomp = $(SHELL) $(top_srcdir)/depcomp | ||
102 | am__depfiles_maybe = depfiles | ||
103 | am__mv = mv -f | ||
104 | COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ | ||
105 | $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) | ||
106 | LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ | ||
107 | $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ | ||
108 | $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ | ||
109 | $(AM_CFLAGS) $(CFLAGS) | ||
110 | AM_V_CC = $(am__v_CC_$(V)) | ||
111 | am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY)) | ||
112 | am__v_CC_0 = @echo " CC " $@; | ||
113 | AM_V_at = $(am__v_at_$(V)) | ||
114 | am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) | ||
115 | am__v_at_0 = @ | ||
116 | CCLD = $(CC) | ||
117 | LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ | ||
118 | $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ | ||
119 | $(AM_LDFLAGS) $(LDFLAGS) -o $@ | ||
120 | AM_V_CCLD = $(am__v_CCLD_$(V)) | ||
121 | am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY)) | ||
122 | am__v_CCLD_0 = @echo " CCLD " $@; | ||
123 | AM_V_GEN = $(am__v_GEN_$(V)) | ||
124 | am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) | ||
125 | am__v_GEN_0 = @echo " GEN " $@; | ||
126 | SOURCES = $(libevas_loader_gif_la_SOURCES) $(module_la_SOURCES) | ||
127 | DIST_SOURCES = $(am__libevas_loader_gif_la_SOURCES_DIST) \ | ||
128 | $(am__module_la_SOURCES_DIST) | ||
129 | ETAGS = etags | ||
130 | CTAGS = ctags | ||
131 | DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) | ||
132 | ACLOCAL = @ACLOCAL@ | ||
133 | ALLOCA = @ALLOCA@ | ||
134 | AMTAR = @AMTAR@ | ||
135 | AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ | ||
136 | AR = @AR@ | ||
137 | AS = @AS@ | ||
138 | AUTOCONF = @AUTOCONF@ | ||
139 | AUTOHEADER = @AUTOHEADER@ | ||
140 | AUTOMAKE = @AUTOMAKE@ | ||
141 | AWK = @AWK@ | ||
142 | CC = @CC@ | ||
143 | CCDEPMODE = @CCDEPMODE@ | ||
144 | CFLAGS = @CFLAGS@ | ||
145 | CHECK_CFLAGS = @CHECK_CFLAGS@ | ||
146 | CHECK_LIBS = @CHECK_LIBS@ | ||
147 | CPP = @CPP@ | ||
148 | CPPFLAGS = @CPPFLAGS@ | ||
149 | CXX = @CXX@ | ||
150 | CXXCPP = @CXXCPP@ | ||
151 | CXXDEPMODE = @CXXDEPMODE@ | ||
152 | CXXFLAGS = @CXXFLAGS@ | ||
153 | CYGPATH_W = @CYGPATH_W@ | ||
154 | DEFS = @DEFS@ | ||
155 | DEPDIR = @DEPDIR@ | ||
156 | DIRECTFB_CFLAGS = @DIRECTFB_CFLAGS@ | ||
157 | DIRECTFB_LIBS = @DIRECTFB_LIBS@ | ||
158 | DLLTOOL = @DLLTOOL@ | ||
159 | DSYMUTIL = @DSYMUTIL@ | ||
160 | DUMPBIN = @DUMPBIN@ | ||
161 | ECHO_C = @ECHO_C@ | ||
162 | ECHO_N = @ECHO_N@ | ||
163 | ECHO_T = @ECHO_T@ | ||
164 | ECORE_EVAS_CFLAGS = @ECORE_EVAS_CFLAGS@ | ||
165 | ECORE_EVAS_LIBS = @ECORE_EVAS_LIBS@ | ||
166 | EDB_CFLAGS = @EDB_CFLAGS@ | ||
167 | EDB_LIBS = @EDB_LIBS@ | ||
168 | EDJE_CFLAGS = @EDJE_CFLAGS@ | ||
169 | EDJE_LIBS = @EDJE_LIBS@ | ||
170 | EET_CFLAGS = @EET_CFLAGS@ | ||
171 | EET_LIBS = @EET_LIBS@ | ||
172 | EFL_COVERAGE_CFLAGS = @EFL_COVERAGE_CFLAGS@ | ||
173 | EFL_COVERAGE_LIBS = @EFL_COVERAGE_LIBS@ | ||
174 | EFL_FNMATCH_LIBS = @EFL_FNMATCH_LIBS@ | ||
175 | EGREP = @EGREP@ | ||
176 | EINA_CFLAGS = @EINA_CFLAGS@ | ||
177 | EINA_LIBS = @EINA_LIBS@ | ||
178 | EVAS_CFLAGS = @EVAS_CFLAGS@ | ||
179 | EVAS_LIBS = @EVAS_LIBS@ | ||
180 | EVAS_SSE3_CFLAGS = @EVAS_SSE3_CFLAGS@ | ||
181 | EVIL_CFLAGS = @EVIL_CFLAGS@ | ||
182 | EVIL_LIBS = @EVIL_LIBS@ | ||
183 | EXEEXT = @EXEEXT@ | ||
184 | FGREP = @FGREP@ | ||
185 | FONTCONFIG_CFLAGS = @FONTCONFIG_CFLAGS@ | ||
186 | FONTCONFIG_LIBS = @FONTCONFIG_LIBS@ | ||
187 | FREETYPE_CFLAGS = @FREETYPE_CFLAGS@ | ||
188 | FREETYPE_LIBS = @FREETYPE_LIBS@ | ||
189 | FRIBIDI_CFLAGS = @FRIBIDI_CFLAGS@ | ||
190 | FRIBIDI_LIBS = @FRIBIDI_LIBS@ | ||
191 | GL_EET_CFLAGS = @GL_EET_CFLAGS@ | ||
192 | GL_EET_LIBS = @GL_EET_LIBS@ | ||
193 | GREP = @GREP@ | ||
194 | HARFBUZZ_CFLAGS = @HARFBUZZ_CFLAGS@ | ||
195 | HARFBUZZ_LIBS = @HARFBUZZ_LIBS@ | ||
196 | INSTALL = @INSTALL@ | ||
197 | INSTALL_DATA = @INSTALL_DATA@ | ||
198 | INSTALL_PROGRAM = @INSTALL_PROGRAM@ | ||
199 | INSTALL_SCRIPT = @INSTALL_SCRIPT@ | ||
200 | INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ | ||
201 | LD = @LD@ | ||
202 | LDFLAGS = @LDFLAGS@ | ||
203 | LIBOBJS = @LIBOBJS@ | ||
204 | LIBS = @LIBS@ | ||
205 | LIBTOOL = @LIBTOOL@ | ||
206 | LINEBREAK_CFLAGS = @LINEBREAK_CFLAGS@ | ||
207 | LINEBREAK_LIBS = @LINEBREAK_LIBS@ | ||
208 | LIPO = @LIPO@ | ||
209 | LN_S = @LN_S@ | ||
210 | LTLIBOBJS = @LTLIBOBJS@ | ||
211 | MAKEINFO = @MAKEINFO@ | ||
212 | MKDIR_P = @MKDIR_P@ | ||
213 | MODULE_ARCH = @MODULE_ARCH@ | ||
214 | NM = @NM@ | ||
215 | NMEDIT = @NMEDIT@ | ||
216 | OBJC = @OBJC@ | ||
217 | OBJCDEPMODE = @OBJCDEPMODE@ | ||
218 | OBJCFLAGS = @OBJCFLAGS@ | ||
219 | OBJDUMP = @OBJDUMP@ | ||
220 | OBJEXT = @OBJEXT@ | ||
221 | OTOOL = @OTOOL@ | ||
222 | OTOOL64 = @OTOOL64@ | ||
223 | PACKAGE = @PACKAGE@ | ||
224 | PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ | ||
225 | PACKAGE_NAME = @PACKAGE_NAME@ | ||
226 | PACKAGE_STRING = @PACKAGE_STRING@ | ||
227 | PACKAGE_TARNAME = @PACKAGE_TARNAME@ | ||
228 | PACKAGE_URL = @PACKAGE_URL@ | ||
229 | PACKAGE_VERSION = @PACKAGE_VERSION@ | ||
230 | PATH_SEPARATOR = @PATH_SEPARATOR@ | ||
231 | PIXMAN_CFLAGS = @PIXMAN_CFLAGS@ | ||
232 | PIXMAN_LIBS = @PIXMAN_LIBS@ | ||
233 | PKG_CONFIG = @PKG_CONFIG@ | ||
234 | PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ | ||
235 | PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ | ||
236 | PNG_CFLAGS = @PNG_CFLAGS@ | ||
237 | PNG_LIBS = @PNG_LIBS@ | ||
238 | RANLIB = @RANLIB@ | ||
239 | SDL_CFLAGS = @SDL_CFLAGS@ | ||
240 | SDL_LIBS = @SDL_LIBS@ | ||
241 | SED = @SED@ | ||
242 | SET_MAKE = @SET_MAKE@ | ||
243 | SHELL = @SHELL@ | ||
244 | SHM_OPEN_LINK = @SHM_OPEN_LINK@ | ||
245 | STRIP = @STRIP@ | ||
246 | SVG_CFLAGS = @SVG_CFLAGS@ | ||
247 | SVG_LIBS = @SVG_LIBS@ | ||
248 | VALGRIND_CFLAGS = @VALGRIND_CFLAGS@ | ||
249 | VALGRIND_LIBS = @VALGRIND_LIBS@ | ||
250 | VERSION = @VERSION@ | ||
251 | VMAJ = @VMAJ@ | ||
252 | WIN32_CFLAGS = @WIN32_CFLAGS@ | ||
253 | WIN32_CPPFLAGS = @WIN32_CPPFLAGS@ | ||
254 | XCB_CFLAGS = @XCB_CFLAGS@ | ||
255 | XCB_GL_CFLAGS = @XCB_GL_CFLAGS@ | ||
256 | XCB_GL_LIBS = @XCB_GL_LIBS@ | ||
257 | XCB_LIBS = @XCB_LIBS@ | ||
258 | XEXT_CFLAGS = @XEXT_CFLAGS@ | ||
259 | XEXT_LIBS = @XEXT_LIBS@ | ||
260 | XMKMF = @XMKMF@ | ||
261 | X_CFLAGS = @X_CFLAGS@ | ||
262 | X_EXTRA_LIBS = @X_EXTRA_LIBS@ | ||
263 | X_LIBS = @X_LIBS@ | ||
264 | X_PRE_LIBS = @X_PRE_LIBS@ | ||
265 | abs_builddir = @abs_builddir@ | ||
266 | abs_srcdir = @abs_srcdir@ | ||
267 | abs_top_builddir = @abs_top_builddir@ | ||
268 | abs_top_srcdir = @abs_top_srcdir@ | ||
269 | ac_ct_CC = @ac_ct_CC@ | ||
270 | ac_ct_CXX = @ac_ct_CXX@ | ||
271 | ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ | ||
272 | ac_ct_OBJC = @ac_ct_OBJC@ | ||
273 | altivec_cflags = @altivec_cflags@ | ||
274 | am__include = @am__include@ | ||
275 | am__leading_dot = @am__leading_dot@ | ||
276 | am__quote = @am__quote@ | ||
277 | am__tar = @am__tar@ | ||
278 | am__untar = @am__untar@ | ||
279 | bindir = @bindir@ | ||
280 | build = @build@ | ||
281 | build_alias = @build_alias@ | ||
282 | build_cpu = @build_cpu@ | ||
283 | build_os = @build_os@ | ||
284 | build_vendor = @build_vendor@ | ||
285 | builddir = @builddir@ | ||
286 | datadir = @datadir@ | ||
287 | datarootdir = @datarootdir@ | ||
288 | dlopen_libs = @dlopen_libs@ | ||
289 | docdir = @docdir@ | ||
290 | dvidir = @dvidir@ | ||
291 | edje_cc = @edje_cc@ | ||
292 | efl_doxygen = @efl_doxygen@ | ||
293 | efl_have_doxygen = @efl_have_doxygen@ | ||
294 | evas_engine_buffer_cflags = @evas_engine_buffer_cflags@ | ||
295 | evas_engine_buffer_libs = @evas_engine_buffer_libs@ | ||
296 | evas_engine_direct3d_cflags = @evas_engine_direct3d_cflags@ | ||
297 | evas_engine_direct3d_libs = @evas_engine_direct3d_libs@ | ||
298 | evas_engine_directfb_cflags = @evas_engine_directfb_cflags@ | ||
299 | evas_engine_directfb_libs = @evas_engine_directfb_libs@ | ||
300 | evas_engine_fb_cflags = @evas_engine_fb_cflags@ | ||
301 | evas_engine_fb_libs = @evas_engine_fb_libs@ | ||
302 | evas_engine_gl_cocoa_cflags = @evas_engine_gl_cocoa_cflags@ | ||
303 | evas_engine_gl_cocoa_libs = @evas_engine_gl_cocoa_libs@ | ||
304 | evas_engine_gl_common_libs = @evas_engine_gl_common_libs@ | ||
305 | evas_engine_gl_sdl_cflags = @evas_engine_gl_sdl_cflags@ | ||
306 | evas_engine_gl_sdl_libs = @evas_engine_gl_sdl_libs@ | ||
307 | evas_engine_gl_xcb_cflags = @evas_engine_gl_xcb_cflags@ | ||
308 | evas_engine_gl_xcb_libs = @evas_engine_gl_xcb_libs@ | ||
309 | evas_engine_gl_xlib_cflags = @evas_engine_gl_xlib_cflags@ | ||
310 | evas_engine_gl_xlib_libs = @evas_engine_gl_xlib_libs@ | ||
311 | evas_engine_psl1ght_cflags = @evas_engine_psl1ght_cflags@ | ||
312 | evas_engine_psl1ght_libs = @evas_engine_psl1ght_libs@ | ||
313 | evas_engine_software_16_ddraw_cflags = @evas_engine_software_16_ddraw_cflags@ | ||
314 | evas_engine_software_16_ddraw_libs = @evas_engine_software_16_ddraw_libs@ | ||
315 | evas_engine_software_16_sdl_cflags = @evas_engine_software_16_sdl_cflags@ | ||
316 | evas_engine_software_16_sdl_libs = @evas_engine_software_16_sdl_libs@ | ||
317 | evas_engine_software_16_wince_cflags = @evas_engine_software_16_wince_cflags@ | ||
318 | evas_engine_software_16_wince_libs = @evas_engine_software_16_wince_libs@ | ||
319 | evas_engine_software_16_x11_cflags = @evas_engine_software_16_x11_cflags@ | ||
320 | evas_engine_software_16_x11_libs = @evas_engine_software_16_x11_libs@ | ||
321 | evas_engine_software_8_x11_cflags = @evas_engine_software_8_x11_cflags@ | ||
322 | evas_engine_software_8_x11_libs = @evas_engine_software_8_x11_libs@ | ||
323 | evas_engine_software_ddraw_cflags = @evas_engine_software_ddraw_cflags@ | ||
324 | evas_engine_software_ddraw_libs = @evas_engine_software_ddraw_libs@ | ||
325 | evas_engine_software_gdi_cflags = @evas_engine_software_gdi_cflags@ | ||
326 | evas_engine_software_gdi_libs = @evas_engine_software_gdi_libs@ | ||
327 | evas_engine_software_sdl_cflags = @evas_engine_software_sdl_cflags@ | ||
328 | evas_engine_software_sdl_libs = @evas_engine_software_sdl_libs@ | ||
329 | evas_engine_software_xcb_cflags = @evas_engine_software_xcb_cflags@ | ||
330 | evas_engine_software_xcb_libs = @evas_engine_software_xcb_libs@ | ||
331 | evas_engine_software_xlib_cflags = @evas_engine_software_xlib_cflags@ | ||
332 | evas_engine_software_xlib_libs = @evas_engine_software_xlib_libs@ | ||
333 | evas_image_loader_bmp_cflags = @evas_image_loader_bmp_cflags@ | ||
334 | evas_image_loader_bmp_libs = @evas_image_loader_bmp_libs@ | ||
335 | evas_image_loader_edb_cflags = @evas_image_loader_edb_cflags@ | ||
336 | evas_image_loader_edb_libs = @evas_image_loader_edb_libs@ | ||
337 | evas_image_loader_eet_cflags = @evas_image_loader_eet_cflags@ | ||
338 | evas_image_loader_eet_libs = @evas_image_loader_eet_libs@ | ||
339 | evas_image_loader_generic_cflags = @evas_image_loader_generic_cflags@ | ||
340 | evas_image_loader_generic_libs = @evas_image_loader_generic_libs@ | ||
341 | evas_image_loader_gif_cflags = @evas_image_loader_gif_cflags@ | ||
342 | evas_image_loader_gif_libs = @evas_image_loader_gif_libs@ | ||
343 | evas_image_loader_ico_cflags = @evas_image_loader_ico_cflags@ | ||
344 | evas_image_loader_ico_libs = @evas_image_loader_ico_libs@ | ||
345 | evas_image_loader_jpeg_cflags = @evas_image_loader_jpeg_cflags@ | ||
346 | evas_image_loader_jpeg_libs = @evas_image_loader_jpeg_libs@ | ||
347 | evas_image_loader_pmaps_cflags = @evas_image_loader_pmaps_cflags@ | ||
348 | evas_image_loader_pmaps_libs = @evas_image_loader_pmaps_libs@ | ||
349 | evas_image_loader_png_cflags = @evas_image_loader_png_cflags@ | ||
350 | evas_image_loader_png_libs = @evas_image_loader_png_libs@ | ||
351 | evas_image_loader_psd_cflags = @evas_image_loader_psd_cflags@ | ||
352 | evas_image_loader_psd_libs = @evas_image_loader_psd_libs@ | ||
353 | evas_image_loader_svg_cflags = @evas_image_loader_svg_cflags@ | ||
354 | evas_image_loader_svg_libs = @evas_image_loader_svg_libs@ | ||
355 | evas_image_loader_tga_cflags = @evas_image_loader_tga_cflags@ | ||
356 | evas_image_loader_tga_libs = @evas_image_loader_tga_libs@ | ||
357 | evas_image_loader_tiff_cflags = @evas_image_loader_tiff_cflags@ | ||
358 | evas_image_loader_tiff_libs = @evas_image_loader_tiff_libs@ | ||
359 | evas_image_loader_wbmp_cflags = @evas_image_loader_wbmp_cflags@ | ||
360 | evas_image_loader_wbmp_libs = @evas_image_loader_wbmp_libs@ | ||
361 | evas_image_loader_xpm_cflags = @evas_image_loader_xpm_cflags@ | ||
362 | evas_image_loader_xpm_libs = @evas_image_loader_xpm_libs@ | ||
363 | exec_prefix = @exec_prefix@ | ||
364 | have_evas_engine_gl_x11 = @have_evas_engine_gl_x11@ | ||
365 | have_evas_engine_gl_xcb = @have_evas_engine_gl_xcb@ | ||
366 | have_evas_engine_gl_xlib = @have_evas_engine_gl_xlib@ | ||
367 | have_evas_engine_software_x11 = @have_evas_engine_software_x11@ | ||
368 | have_evas_engine_software_xcb = @have_evas_engine_software_xcb@ | ||
369 | have_evas_engine_software_xlib = @have_evas_engine_software_xlib@ | ||
370 | have_lcov = @have_lcov@ | ||
371 | host = @host@ | ||
372 | host_alias = @host_alias@ | ||
373 | host_cpu = @host_cpu@ | ||
374 | host_os = @host_os@ | ||
375 | host_vendor = @host_vendor@ | ||
376 | htmldir = @htmldir@ | ||
377 | includedir = @includedir@ | ||
378 | infodir = @infodir@ | ||
379 | install_sh = @install_sh@ | ||
380 | libdir = @libdir@ | ||
381 | libexecdir = @libexecdir@ | ||
382 | localedir = @localedir@ | ||
383 | localstatedir = @localstatedir@ | ||
384 | lt_ECHO = @lt_ECHO@ | ||
385 | lt_enable_auto_import = @lt_enable_auto_import@ | ||
386 | mandir = @mandir@ | ||
387 | mkdir_p = @mkdir_p@ | ||
388 | oldincludedir = @oldincludedir@ | ||
389 | pdfdir = @pdfdir@ | ||
390 | pkgconfig_requires_private = @pkgconfig_requires_private@ | ||
391 | prefix = @prefix@ | ||
392 | program_transform_name = @program_transform_name@ | ||
393 | psdir = @psdir@ | ||
394 | pthread_cflags = @pthread_cflags@ | ||
395 | pthread_libs = @pthread_libs@ | ||
396 | release_info = @release_info@ | ||
397 | requirement_evas = @requirement_evas@ | ||
398 | sbindir = @sbindir@ | ||
399 | sharedstatedir = @sharedstatedir@ | ||
400 | srcdir = @srcdir@ | ||
401 | sysconfdir = @sysconfdir@ | ||
402 | target_alias = @target_alias@ | ||
403 | top_build_prefix = @top_build_prefix@ | ||
404 | top_builddir = @top_builddir@ | ||
405 | top_srcdir = @top_srcdir@ | ||
406 | version_info = @version_info@ | ||
407 | MAINTAINERCLEANFILES = Makefile.in | ||
408 | AM_CPPFLAGS = \ | ||
409 | -I. \ | ||
410 | -I$(top_srcdir)/src/lib \ | ||
411 | -I$(top_srcdir)/src/lib/include \ | ||
412 | @FREETYPE_CFLAGS@ \ | ||
413 | @PIXMAN_CFLAGS@ \ | ||
414 | @evas_image_loader_gif_cflags@ \ | ||
415 | @EINA_CFLAGS@ | ||
416 | |||
417 | AM_CFLAGS = @WIN32_CFLAGS@ | ||
418 | @BUILD_LOADER_GIF_TRUE@@EVAS_STATIC_BUILD_GIF_FALSE@pkgdir = $(libdir)/evas/modules/loaders/gif/$(MODULE_ARCH) | ||
419 | @BUILD_LOADER_GIF_TRUE@@EVAS_STATIC_BUILD_GIF_FALSE@pkg_LTLIBRARIES = module.la | ||
420 | @BUILD_LOADER_GIF_TRUE@@EVAS_STATIC_BUILD_GIF_FALSE@module_la_SOURCES = evas_image_load_gif.c | ||
421 | @BUILD_LOADER_GIF_TRUE@@EVAS_STATIC_BUILD_GIF_FALSE@module_la_LIBADD = @EINA_LIBS@ @evas_image_loader_gif_libs@ $(top_builddir)/src/lib/libevas.la | ||
422 | @BUILD_LOADER_GIF_TRUE@@EVAS_STATIC_BUILD_GIF_FALSE@module_la_LDFLAGS = -no-undefined @lt_enable_auto_import@ -module -avoid-version | ||
423 | @BUILD_LOADER_GIF_TRUE@@EVAS_STATIC_BUILD_GIF_FALSE@module_la_LIBTOOLFLAGS = --tag=disable-static | ||
424 | @BUILD_LOADER_GIF_TRUE@@EVAS_STATIC_BUILD_GIF_TRUE@noinst_LTLIBRARIES = libevas_loader_gif.la | ||
425 | @BUILD_LOADER_GIF_TRUE@@EVAS_STATIC_BUILD_GIF_TRUE@libevas_loader_gif_la_SOURCES = evas_image_load_gif.c | ||
426 | @BUILD_LOADER_GIF_TRUE@@EVAS_STATIC_BUILD_GIF_TRUE@libevas_loader_gif_la_LIBADD = @evas_image_loader_gif_libs@ | ||
427 | all: all-am | ||
428 | |||
429 | .SUFFIXES: | ||
430 | .SUFFIXES: .c .lo .o .obj | ||
431 | $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) | ||
432 | @for dep in $?; do \ | ||
433 | case '$(am__configure_deps)' in \ | ||
434 | *$$dep*) \ | ||
435 | ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ | ||
436 | && { if test -f $@; then exit 0; else break; fi; }; \ | ||
437 | exit 1;; \ | ||
438 | esac; \ | ||
439 | done; \ | ||
440 | echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/modules/loaders/gif/Makefile'; \ | ||
441 | $(am__cd) $(top_srcdir) && \ | ||
442 | $(AUTOMAKE) --gnu src/modules/loaders/gif/Makefile | ||
443 | .PRECIOUS: Makefile | ||
444 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status | ||
445 | @case '$?' in \ | ||
446 | *config.status*) \ | ||
447 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ | ||
448 | *) \ | ||
449 | echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ | ||
450 | cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ | ||
451 | esac; | ||
452 | |||
453 | $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) | ||
454 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | ||
455 | |||
456 | $(top_srcdir)/configure: $(am__configure_deps) | ||
457 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | ||
458 | $(ACLOCAL_M4): $(am__aclocal_m4_deps) | ||
459 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh | ||
460 | $(am__aclocal_m4_deps): | ||
461 | |||
462 | clean-noinstLTLIBRARIES: | ||
463 | -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) | ||
464 | @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \ | ||
465 | dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ | ||
466 | test "$$dir" != "$$p" || dir=.; \ | ||
467 | echo "rm -f \"$${dir}/so_locations\""; \ | ||
468 | rm -f "$${dir}/so_locations"; \ | ||
469 | done | ||
470 | install-pkgLTLIBRARIES: $(pkg_LTLIBRARIES) | ||
471 | @$(NORMAL_INSTALL) | ||
472 | test -z "$(pkgdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgdir)" | ||
473 | @list='$(pkg_LTLIBRARIES)'; test -n "$(pkgdir)" || list=; \ | ||
474 | list2=; for p in $$list; do \ | ||
475 | if test -f $$p; then \ | ||
476 | list2="$$list2 $$p"; \ | ||
477 | else :; fi; \ | ||
478 | done; \ | ||
479 | test -z "$$list2" || { \ | ||
480 | echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(pkgdir)'"; \ | ||
481 | $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(pkgdir)"; \ | ||
482 | } | ||
483 | |||
484 | uninstall-pkgLTLIBRARIES: | ||
485 | @$(NORMAL_UNINSTALL) | ||
486 | @list='$(pkg_LTLIBRARIES)'; test -n "$(pkgdir)" || list=; \ | ||
487 | for p in $$list; do \ | ||
488 | $(am__strip_dir) \ | ||
489 | echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(pkgdir)/$$f'"; \ | ||
490 | $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(pkgdir)/$$f"; \ | ||
491 | done | ||
492 | |||
493 | clean-pkgLTLIBRARIES: | ||
494 | -test -z "$(pkg_LTLIBRARIES)" || rm -f $(pkg_LTLIBRARIES) | ||
495 | @list='$(pkg_LTLIBRARIES)'; for p in $$list; do \ | ||
496 | dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ | ||
497 | test "$$dir" != "$$p" || dir=.; \ | ||
498 | echo "rm -f \"$${dir}/so_locations\""; \ | ||
499 | rm -f "$${dir}/so_locations"; \ | ||
500 | done | ||
501 | libevas_loader_gif.la: $(libevas_loader_gif_la_OBJECTS) $(libevas_loader_gif_la_DEPENDENCIES) | ||
502 | $(AM_V_CCLD)$(LINK) $(am_libevas_loader_gif_la_rpath) $(libevas_loader_gif_la_OBJECTS) $(libevas_loader_gif_la_LIBADD) $(LIBS) | ||
503 | module.la: $(module_la_OBJECTS) $(module_la_DEPENDENCIES) | ||
504 | $(AM_V_CCLD)$(module_la_LINK) $(am_module_la_rpath) $(module_la_OBJECTS) $(module_la_LIBADD) $(LIBS) | ||
505 | |||
506 | mostlyclean-compile: | ||
507 | -rm -f *.$(OBJEXT) | ||
508 | |||
509 | distclean-compile: | ||
510 | -rm -f *.tab.c | ||
511 | |||
512 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/evas_image_load_gif.Plo@am__quote@ | ||
513 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/module_la-evas_image_load_gif.Plo@am__quote@ | ||
514 | |||
515 | .c.o: | ||
516 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< | ||
517 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po | ||
518 | @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ | ||
519 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ | ||
520 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | ||
521 | @am__fastdepCC_FALSE@ $(COMPILE) -c $< | ||
522 | |||
523 | .c.obj: | ||
524 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` | ||
525 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po | ||
526 | @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ | ||
527 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ | ||
528 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | ||
529 | @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` | ||
530 | |||
531 | .c.lo: | ||
532 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< | ||
533 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo | ||
534 | @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ | ||
535 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ | ||
536 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | ||
537 | @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< | ||
538 | |||
539 | module_la-evas_image_load_gif.lo: evas_image_load_gif.c | ||
540 | @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(module_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT module_la-evas_image_load_gif.lo -MD -MP -MF $(DEPDIR)/module_la-evas_image_load_gif.Tpo -c -o module_la-evas_image_load_gif.lo `test -f 'evas_image_load_gif.c' || echo '$(srcdir)/'`evas_image_load_gif.c | ||
541 | @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/module_la-evas_image_load_gif.Tpo $(DEPDIR)/module_la-evas_image_load_gif.Plo | ||
542 | @am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ | ||
543 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='evas_image_load_gif.c' object='module_la-evas_image_load_gif.lo' libtool=yes @AMDEPBACKSLASH@ | ||
544 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | ||
545 | @am__fastdepCC_FALSE@ $(LIBTOOL) $(AM_V_lt) --tag=CC $(module_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o module_la-evas_image_load_gif.lo `test -f 'evas_image_load_gif.c' || echo '$(srcdir)/'`evas_image_load_gif.c | ||
546 | |||
547 | mostlyclean-libtool: | ||
548 | -rm -f *.lo | ||
549 | |||
550 | clean-libtool: | ||
551 | -rm -rf .libs _libs | ||
552 | |||
553 | ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) | ||
554 | list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ | ||
555 | unique=`for i in $$list; do \ | ||
556 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | ||
557 | done | \ | ||
558 | $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ | ||
559 | END { if (nonempty) { for (i in files) print i; }; }'`; \ | ||
560 | mkid -fID $$unique | ||
561 | tags: TAGS | ||
562 | |||
563 | TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ | ||
564 | $(TAGS_FILES) $(LISP) | ||
565 | set x; \ | ||
566 | here=`pwd`; \ | ||
567 | list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ | ||
568 | unique=`for i in $$list; do \ | ||
569 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | ||
570 | done | \ | ||
571 | $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ | ||
572 | END { if (nonempty) { for (i in files) print i; }; }'`; \ | ||
573 | shift; \ | ||
574 | if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ | ||
575 | test -n "$$unique" || unique=$$empty_fix; \ | ||
576 | if test $$# -gt 0; then \ | ||
577 | $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ | ||
578 | "$$@" $$unique; \ | ||
579 | else \ | ||
580 | $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ | ||
581 | $$unique; \ | ||
582 | fi; \ | ||
583 | fi | ||
584 | ctags: CTAGS | ||
585 | CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ | ||
586 | $(TAGS_FILES) $(LISP) | ||
587 | list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ | ||
588 | unique=`for i in $$list; do \ | ||
589 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ | ||
590 | done | \ | ||
591 | $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ | ||
592 | END { if (nonempty) { for (i in files) print i; }; }'`; \ | ||
593 | test -z "$(CTAGS_ARGS)$$unique" \ | ||
594 | || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ | ||
595 | $$unique | ||
596 | |||
597 | GTAGS: | ||
598 | here=`$(am__cd) $(top_builddir) && pwd` \ | ||
599 | && $(am__cd) $(top_srcdir) \ | ||
600 | && gtags -i $(GTAGS_ARGS) "$$here" | ||
601 | |||
602 | distclean-tags: | ||
603 | -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags | ||
604 | |||
605 | distdir: $(DISTFILES) | ||
606 | @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ | ||
607 | topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ | ||
608 | list='$(DISTFILES)'; \ | ||
609 | dist_files=`for file in $$list; do echo $$file; done | \ | ||
610 | sed -e "s|^$$srcdirstrip/||;t" \ | ||
611 | -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ | ||
612 | case $$dist_files in \ | ||
613 | */*) $(MKDIR_P) `echo "$$dist_files" | \ | ||
614 | sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ | ||
615 | sort -u` ;; \ | ||
616 | esac; \ | ||
617 | for file in $$dist_files; do \ | ||
618 | if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ | ||
619 | if test -d $$d/$$file; then \ | ||
620 | dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ | ||
621 | if test -d "$(distdir)/$$file"; then \ | ||
622 | find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ | ||
623 | fi; \ | ||
624 | if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ | ||
625 | cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ | ||
626 | find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ | ||
627 | fi; \ | ||
628 | cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ | ||
629 | else \ | ||
630 | test -f "$(distdir)/$$file" \ | ||
631 | || cp -p $$d/$$file "$(distdir)/$$file" \ | ||
632 | || exit 1; \ | ||
633 | fi; \ | ||
634 | done | ||
635 | check-am: all-am | ||
636 | check: check-am | ||
637 | all-am: Makefile $(LTLIBRARIES) | ||
638 | installdirs: | ||
639 | for dir in "$(DESTDIR)$(pkgdir)"; do \ | ||
640 | test -z "$$dir" || $(MKDIR_P) "$$dir"; \ | ||
641 | done | ||
642 | install: install-am | ||
643 | install-exec: install-exec-am | ||
644 | install-data: install-data-am | ||
645 | uninstall: uninstall-am | ||
646 | |||
647 | install-am: all-am | ||
648 | @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am | ||
649 | |||
650 | installcheck: installcheck-am | ||
651 | install-strip: | ||
652 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ | ||
653 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ | ||
654 | `test -z '$(STRIP)' || \ | ||
655 | echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install | ||
656 | mostlyclean-generic: | ||
657 | |||
658 | clean-generic: | ||
659 | |||
660 | distclean-generic: | ||
661 | -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) | ||
662 | -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) | ||
663 | |||
664 | maintainer-clean-generic: | ||
665 | @echo "This command is intended for maintainers to use" | ||
666 | @echo "it deletes files that may require special tools to rebuild." | ||
667 | -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) | ||
668 | clean: clean-am | ||
669 | |||
670 | clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \ | ||
671 | clean-pkgLTLIBRARIES mostlyclean-am | ||
672 | |||
673 | distclean: distclean-am | ||
674 | -rm -rf ./$(DEPDIR) | ||
675 | -rm -f Makefile | ||
676 | distclean-am: clean-am distclean-compile distclean-generic \ | ||
677 | distclean-tags | ||
678 | |||
679 | dvi: dvi-am | ||
680 | |||
681 | dvi-am: | ||
682 | |||
683 | html: html-am | ||
684 | |||
685 | html-am: | ||
686 | |||
687 | info: info-am | ||
688 | |||
689 | info-am: | ||
690 | |||
691 | install-data-am: install-pkgLTLIBRARIES | ||
692 | |||
693 | install-dvi: install-dvi-am | ||
694 | |||
695 | install-dvi-am: | ||
696 | |||
697 | install-exec-am: | ||
698 | |||
699 | install-html: install-html-am | ||
700 | |||
701 | install-html-am: | ||
702 | |||
703 | install-info: install-info-am | ||
704 | |||
705 | install-info-am: | ||
706 | |||
707 | install-man: | ||
708 | |||
709 | install-pdf: install-pdf-am | ||
710 | |||
711 | install-pdf-am: | ||
712 | |||
713 | install-ps: install-ps-am | ||
714 | |||
715 | install-ps-am: | ||
716 | |||
717 | installcheck-am: | ||
718 | |||
719 | maintainer-clean: maintainer-clean-am | ||
720 | -rm -rf ./$(DEPDIR) | ||
721 | -rm -f Makefile | ||
722 | maintainer-clean-am: distclean-am maintainer-clean-generic | ||
723 | |||
724 | mostlyclean: mostlyclean-am | ||
725 | |||
726 | mostlyclean-am: mostlyclean-compile mostlyclean-generic \ | ||
727 | mostlyclean-libtool | ||
728 | |||
729 | pdf: pdf-am | ||
730 | |||
731 | pdf-am: | ||
732 | |||
733 | ps: ps-am | ||
734 | |||
735 | ps-am: | ||
736 | |||
737 | uninstall-am: uninstall-pkgLTLIBRARIES | ||
738 | |||
739 | .MAKE: install-am install-strip | ||
740 | |||
741 | .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ | ||
742 | clean-libtool clean-noinstLTLIBRARIES clean-pkgLTLIBRARIES \ | ||
743 | ctags distclean distclean-compile distclean-generic \ | ||
744 | distclean-libtool distclean-tags distdir dvi dvi-am html \ | ||
745 | html-am info info-am install install-am install-data \ | ||
746 | install-data-am install-dvi install-dvi-am install-exec \ | ||
747 | install-exec-am install-html install-html-am install-info \ | ||
748 | install-info-am install-man install-pdf install-pdf-am \ | ||
749 | install-pkgLTLIBRARIES install-ps install-ps-am install-strip \ | ||
750 | installcheck installcheck-am installdirs maintainer-clean \ | ||
751 | maintainer-clean-generic mostlyclean mostlyclean-compile \ | ||
752 | mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ | ||
753 | tags uninstall uninstall-am uninstall-pkgLTLIBRARIES | ||
754 | |||
755 | |||
756 | # Tell versions [3.59,3.63) of GNU make to not export all variables. | ||
757 | # Otherwise a system limit (for SysV at least) may be exceeded. | ||
758 | .NOEXPORT: | ||
diff --git a/libraries/evas/src/modules/loaders/gif/evas_image_load_gif.c b/libraries/evas/src/modules/loaders/gif/evas_image_load_gif.c new file mode 100644 index 0000000..976df0d --- /dev/null +++ b/libraries/evas/src/modules/loaders/gif/evas_image_load_gif.c | |||
@@ -0,0 +1,1030 @@ | |||
1 | #include "evas_common.h" | ||
2 | #include "evas_private.h" | ||
3 | |||
4 | #include <sys/types.h> | ||
5 | #include <sys/stat.h> | ||
6 | #include <fcntl.h> | ||
7 | #include <unistd.h> | ||
8 | |||
9 | #include <gif_lib.h> | ||
10 | |||
11 | typedef struct _Gif_Frame Gif_Frame; | ||
12 | |||
13 | typedef enum _Frame_Load_Type | ||
14 | { | ||
15 | LOAD_FRAME_NONE = 0, | ||
16 | LOAD_FRAME_INFO = 1, | ||
17 | LOAD_FRAME_DATA = 2, | ||
18 | LOAD_FRAME_DATA_INFO = 3 | ||
19 | } Frame_Load_Type; | ||
20 | |||
21 | struct _Gif_Frame | ||
22 | { | ||
23 | struct { | ||
24 | /* Image descriptor */ | ||
25 | int x; | ||
26 | int y; | ||
27 | int w; | ||
28 | int h; | ||
29 | int interlace; | ||
30 | } image_des; | ||
31 | |||
32 | struct { | ||
33 | /* Graphic Control*/ | ||
34 | int disposal; | ||
35 | int transparent; | ||
36 | int delay; | ||
37 | int input; | ||
38 | } frame_info; | ||
39 | }; | ||
40 | |||
41 | static Eina_Bool evas_image_load_file_data_gif_internal(Image_Entry *ie, Image_Entry_Frame *frame, int *error); | ||
42 | |||
43 | static Eina_Bool evas_image_load_file_head_gif(Image_Entry *ie, const char *file, const char *key, int *error) EINA_ARG_NONNULL(1, 2, 4); | ||
44 | static Eina_Bool evas_image_load_file_data_gif(Image_Entry *ie, const char *file, const char *key, int *error) EINA_ARG_NONNULL(1, 2, 4); | ||
45 | static double evas_image_load_frame_duration_gif(Image_Entry *ie, const char *file, int start_frame, int frame_num) ; | ||
46 | static Eina_Bool evas_image_load_specific_frame(Image_Entry *ie, const char *file, int frame_index, int *error); | ||
47 | |||
48 | static Evas_Image_Load_Func evas_image_load_gif_func = | ||
49 | { | ||
50 | EINA_TRUE, | ||
51 | evas_image_load_file_head_gif, | ||
52 | evas_image_load_file_data_gif, | ||
53 | evas_image_load_frame_duration_gif | ||
54 | }; | ||
55 | #define byte2_to_int(a,b) (((b)<<8)|(a)) | ||
56 | |||
57 | #define FRAME_MAX 1024 | ||
58 | |||
59 | /* find specific frame in image entry */ | ||
60 | static Eina_Bool | ||
61 | _find_frame(Image_Entry *ie, int frame_index, Image_Entry_Frame **frame) | ||
62 | { | ||
63 | Eina_List *l; | ||
64 | Image_Entry_Frame *hit_frame = NULL; | ||
65 | |||
66 | if (!ie) return EINA_FALSE; | ||
67 | if (!ie->frames) return EINA_FALSE; | ||
68 | |||
69 | EINA_LIST_FOREACH(ie->frames, l, hit_frame) | ||
70 | { | ||
71 | if (hit_frame->index == frame_index) | ||
72 | { | ||
73 | *frame = hit_frame; | ||
74 | return EINA_TRUE; | ||
75 | } | ||
76 | } | ||
77 | return EINA_FALSE; | ||
78 | } | ||
79 | |||
80 | static Eina_Bool | ||
81 | _find_close_frame(Image_Entry *ie, int frame_index, Image_Entry_Frame **frame) | ||
82 | { | ||
83 | int i; | ||
84 | Eina_Bool hit = EINA_FALSE; | ||
85 | i = frame_index -1; | ||
86 | |||
87 | if (!ie) return EINA_FALSE; | ||
88 | if (!ie->frames) return EINA_FALSE; | ||
89 | |||
90 | for (; i > 0; i--) | ||
91 | { | ||
92 | hit = _find_frame(ie, i, frame); | ||
93 | if (hit) | ||
94 | return EINA_TRUE; | ||
95 | } | ||
96 | return EINA_FALSE; | ||
97 | } | ||
98 | |||
99 | static Eina_Bool | ||
100 | _evas_image_skip_frame(GifFileType *gif, int frame) | ||
101 | { | ||
102 | int remain_frame = 0; | ||
103 | GifRecordType rec; | ||
104 | |||
105 | if (!gif) return EINA_FALSE; | ||
106 | if (frame == 0) return EINA_TRUE; /* no need to skip */ | ||
107 | if (frame < 0 || frame > FRAME_MAX) return EINA_FALSE; | ||
108 | |||
109 | remain_frame = frame; | ||
110 | |||
111 | do | ||
112 | { | ||
113 | if (DGifGetRecordType(gif, &rec) == GIF_ERROR) return EINA_FALSE; | ||
114 | |||
115 | if (rec == EXTENSION_RECORD_TYPE) | ||
116 | { | ||
117 | int ext_code; | ||
118 | GifByteType *ext; | ||
119 | |||
120 | ext = NULL; | ||
121 | DGifGetExtension(gif, &ext_code, &ext); | ||
122 | while (ext) | ||
123 | { /*skip extention */ | ||
124 | ext = NULL; | ||
125 | DGifGetExtensionNext(gif, &ext); | ||
126 | } | ||
127 | } | ||
128 | |||
129 | if (rec == IMAGE_DESC_RECORD_TYPE) | ||
130 | { | ||
131 | int img_code; | ||
132 | GifByteType *img; | ||
133 | |||
134 | if (DGifGetImageDesc(gif) == GIF_ERROR) return EINA_FALSE; | ||
135 | |||
136 | remain_frame --; | ||
137 | /* we have to count frame, so use DGifGetCode and skip decoding */ | ||
138 | if (DGifGetCode(gif, &img_code, &img) == GIF_ERROR) return EINA_FALSE; | ||
139 | |||
140 | while (img) | ||
141 | { | ||
142 | img = NULL; | ||
143 | DGifGetCodeNext(gif, &img); | ||
144 | } | ||
145 | if (remain_frame < 1) return EINA_TRUE; | ||
146 | } | ||
147 | if (rec == TERMINATE_RECORD_TYPE) return EINA_FALSE; /* end of file */ | ||
148 | |||
149 | } while ((rec != TERMINATE_RECORD_TYPE) && (remain_frame > 0)); | ||
150 | return EINA_FALSE; | ||
151 | } | ||
152 | |||
153 | static Eina_Bool | ||
154 | _evas_image_load_frame_graphic_info(Image_Entry_Frame *frame, GifByteType *ext) | ||
155 | { | ||
156 | Gif_Frame *gif_frame = NULL; | ||
157 | if ((!frame) || (!ext)) return EINA_FALSE; | ||
158 | |||
159 | gif_frame = (Gif_Frame *) frame->info; | ||
160 | |||
161 | /* transparent */ | ||
162 | if ((ext[1] & 0x1) != 0) | ||
163 | gif_frame->frame_info.transparent = ext[4]; | ||
164 | else | ||
165 | gif_frame->frame_info.transparent = -1; | ||
166 | |||
167 | gif_frame->frame_info.input = (ext[1] >>1) & 0x1; | ||
168 | gif_frame->frame_info.disposal = (ext[1] >>2) & 0x7; | ||
169 | gif_frame->frame_info.delay = byte2_to_int(ext[2], ext[3]); | ||
170 | return EINA_TRUE; | ||
171 | } | ||
172 | |||
173 | static Eina_Bool | ||
174 | _evas_image_load_frame_image_des_info(GifFileType *gif, Image_Entry_Frame *frame) | ||
175 | { | ||
176 | Gif_Frame *gif_frame = NULL; | ||
177 | if ((!gif) || (!frame)) return EINA_FALSE; | ||
178 | |||
179 | gif_frame = (Gif_Frame *) frame->info; | ||
180 | gif_frame->image_des.x = gif->Image.Left; | ||
181 | gif_frame->image_des.y = gif->Image.Top; | ||
182 | gif_frame->image_des.w = gif->Image.Width; | ||
183 | gif_frame->image_des.h = gif->Image.Height; | ||
184 | gif_frame->image_des.interlace = gif->Image.Interlace; | ||
185 | return EINA_TRUE; | ||
186 | } | ||
187 | |||
188 | static Eina_Bool | ||
189 | _evas_image_load_frame_image_data(Image_Entry *ie, GifFileType *gif, Image_Entry_Frame *frame, int *error) | ||
190 | { | ||
191 | int w; | ||
192 | int h; | ||
193 | int x; | ||
194 | int y; | ||
195 | int i,j; | ||
196 | int bg; | ||
197 | int r; | ||
198 | int g; | ||
199 | int b; | ||
200 | int alpha; | ||
201 | double per; | ||
202 | double per_inc; | ||
203 | ColorMapObject *cmap; | ||
204 | GifRowType *rows; | ||
205 | int intoffset[] = { 0, 4, 2, 1 }; | ||
206 | int intjump[] = { 8, 8, 4, 2 }; | ||
207 | size_t siz; | ||
208 | int cache_w; | ||
209 | int cache_h; | ||
210 | int cur_h; | ||
211 | int cur_w; | ||
212 | int disposal = 0; | ||
213 | int bg_val = 0; | ||
214 | DATA32 *ptr; | ||
215 | Gif_Frame *gif_frame = NULL; | ||
216 | |||
217 | if ((!gif) || (!frame)) return EINA_FALSE; | ||
218 | |||
219 | gif_frame = (Gif_Frame *) frame->info; | ||
220 | w = gif->Image.Width; | ||
221 | h = gif->Image.Height; | ||
222 | x = gif->Image.Left; | ||
223 | y = gif->Image.Top; | ||
224 | cache_w = ie->w; | ||
225 | cache_h = ie->h; | ||
226 | |||
227 | rows = malloc(h * sizeof(GifRowType *)); | ||
228 | if (!rows) | ||
229 | { | ||
230 | *error = EVAS_LOAD_ERROR_RESOURCE_ALLOCATION_FAILED; | ||
231 | return EINA_FALSE; | ||
232 | } | ||
233 | for (i = 0; i < h; i++) | ||
234 | { | ||
235 | rows[i] = NULL; | ||
236 | } | ||
237 | for (i = 0; i < h; i++) | ||
238 | { | ||
239 | rows[i] = malloc(w * sizeof(GifPixelType)); | ||
240 | if (!rows[i]) | ||
241 | { | ||
242 | for (i = 0; i < h; i++) | ||
243 | { | ||
244 | if (rows[i]) | ||
245 | { | ||
246 | free(rows[i]); | ||
247 | } | ||
248 | } | ||
249 | free(rows); | ||
250 | *error = EVAS_LOAD_ERROR_RESOURCE_ALLOCATION_FAILED; | ||
251 | return EINA_FALSE; | ||
252 | } | ||
253 | } | ||
254 | if (gif->Image.Interlace) | ||
255 | { | ||
256 | for (i = 0; i < 4; i++) | ||
257 | { | ||
258 | for (j = intoffset[i]; j < h; j += intjump[i]) | ||
259 | { | ||
260 | DGifGetLine(gif, rows[j], w); | ||
261 | } | ||
262 | } | ||
263 | } | ||
264 | else | ||
265 | { | ||
266 | for (i = 0; i < h; i++) | ||
267 | { | ||
268 | if (DGifGetLine(gif, rows[i], w) != GIF_OK) | ||
269 | { | ||
270 | *error = EVAS_LOAD_ERROR_RESOURCE_ALLOCATION_FAILED; | ||
271 | goto error; | ||
272 | } | ||
273 | } | ||
274 | } | ||
275 | alpha = gif_frame->frame_info.transparent; | ||
276 | siz = cache_w *cache_h * sizeof(DATA32); | ||
277 | frame->data = malloc(siz); | ||
278 | if (!frame->data) | ||
279 | { | ||
280 | *error = EVAS_LOAD_ERROR_RESOURCE_ALLOCATION_FAILED; | ||
281 | goto error; | ||
282 | } | ||
283 | ptr = frame->data; | ||
284 | bg = gif->SBackGroundColor; | ||
285 | cmap = (gif->Image.ColorMap ? gif->Image.ColorMap : gif->SColorMap); | ||
286 | |||
287 | if (!cmap) | ||
288 | { | ||
289 | DGifCloseFile(gif); | ||
290 | for (i = 0; i < h; i++) | ||
291 | { | ||
292 | free(rows[i]); | ||
293 | } | ||
294 | free(rows); | ||
295 | if (frame->data) free(frame->data); | ||
296 | *error = EVAS_LOAD_ERROR_CORRUPT_FILE; | ||
297 | return EINA_FALSE; | ||
298 | } | ||
299 | |||
300 | /* get the background value */ | ||
301 | r = cmap->Colors[bg].Red; | ||
302 | g = cmap->Colors[bg].Green; | ||
303 | b = cmap->Colors[bg].Blue; | ||
304 | bg_val = ARGB_JOIN(0xff, r, g, b); | ||
305 | |||
306 | per_inc = 100.0 / (((double)w) * h); | ||
307 | cur_h = h; | ||
308 | cur_w = w; | ||
309 | if (cur_h > cache_h) cur_h = cache_h; | ||
310 | if (cur_w > cache_w) cur_w = cache_w; | ||
311 | |||
312 | if (frame->index > 1) | ||
313 | { | ||
314 | /* get previous frame only frame index is bigger than 1 */ | ||
315 | DATA32 *ptr_src; | ||
316 | Image_Entry_Frame *new_frame = NULL; | ||
317 | int cur_frame = frame->index; | ||
318 | int start_frame = 1; | ||
319 | int j = 0; | ||
320 | |||
321 | if (_find_close_frame(ie, cur_frame, &new_frame)) | ||
322 | start_frame = new_frame->index + 1; | ||
323 | |||
324 | if ((start_frame < 1) || (start_frame > cur_frame)) | ||
325 | { | ||
326 | *error = EVAS_LOAD_ERROR_CORRUPT_FILE; | ||
327 | goto error; | ||
328 | } | ||
329 | /* load previous frame of cur_frame */ | ||
330 | for (j = start_frame; j < cur_frame ; j++) | ||
331 | { | ||
332 | if (!evas_image_load_specific_frame(ie, ie->file, j, error)) | ||
333 | { | ||
334 | *error = EVAS_LOAD_ERROR_CORRUPT_FILE; | ||
335 | goto error; | ||
336 | } | ||
337 | } | ||
338 | if (!_find_frame(ie, cur_frame - 1, &new_frame)) | ||
339 | { | ||
340 | *error = EVAS_LOAD_ERROR_CORRUPT_FILE; | ||
341 | goto error; | ||
342 | } | ||
343 | else | ||
344 | { | ||
345 | Gif_Frame *gif_frame = NULL; | ||
346 | ptr_src = new_frame->data; | ||
347 | if (new_frame->info) | ||
348 | { | ||
349 | gif_frame = (Gif_Frame *)(new_frame->info); | ||
350 | disposal = gif_frame->frame_info.disposal; | ||
351 | } | ||
352 | switch(disposal) /* we only support disposal flag 0,1,2 */ | ||
353 | { | ||
354 | case 1: /* Do not dispose. need previous frame*/ | ||
355 | memcpy(ptr, ptr_src, siz); | ||
356 | /* composite frames */ | ||
357 | ptr = ptr + cache_w * y; | ||
358 | |||
359 | for (i = 0; i < cur_h; i++) | ||
360 | { | ||
361 | ptr = ptr + x; | ||
362 | for (j = 0; j < cur_w; j++) | ||
363 | { | ||
364 | if (rows[i][j] == alpha) | ||
365 | { | ||
366 | ptr++ ; | ||
367 | } | ||
368 | else | ||
369 | { | ||
370 | r = cmap->Colors[rows[i][j]].Red; | ||
371 | g = cmap->Colors[rows[i][j]].Green; | ||
372 | b = cmap->Colors[rows[i][j]].Blue; | ||
373 | *ptr++ = ARGB_JOIN(0xff, r, g, b); | ||
374 | } | ||
375 | per += per_inc; | ||
376 | } | ||
377 | ptr = ptr + (cache_w - (x + cur_w)); | ||
378 | } | ||
379 | break; | ||
380 | case 2: /* Restore to background color */ | ||
381 | memcpy(ptr, ptr_src, siz); | ||
382 | /* composite frames */ | ||
383 | for (i = 0; i < cache_h; i++) | ||
384 | { | ||
385 | if ((i < y) || (i >= (y + cur_h))) | ||
386 | { | ||
387 | for (j = 0; j < cache_w; j++) | ||
388 | { | ||
389 | *ptr = bg_val; | ||
390 | ptr++; | ||
391 | } | ||
392 | } | ||
393 | else | ||
394 | { | ||
395 | int i1, j1; | ||
396 | i1 = i -y; | ||
397 | |||
398 | for (j = 0; j < cache_w; j++) | ||
399 | { | ||
400 | j1 = j - x; | ||
401 | if ((j < x) || (j >= (x + cur_w))) | ||
402 | { | ||
403 | *ptr = bg_val; | ||
404 | ptr++; | ||
405 | } | ||
406 | else | ||
407 | { | ||
408 | r = cmap->Colors[rows[i1][j1]].Red; | ||
409 | g = cmap->Colors[rows[i1][j1]].Green; | ||
410 | b = cmap->Colors[rows[i1][j1]].Blue; | ||
411 | *ptr++ = ARGB_JOIN(0xff, r, g, b); | ||
412 | } | ||
413 | } | ||
414 | } | ||
415 | } | ||
416 | break; | ||
417 | case 0: /* No disposal specified */ | ||
418 | default: | ||
419 | memset(ptr, 0, siz); | ||
420 | for (i = 0; i < cache_h; i++) | ||
421 | { | ||
422 | if ((i < y) || (i >= (y + cur_h))) | ||
423 | { | ||
424 | for (j = 0; j < cache_w; j++) | ||
425 | { | ||
426 | *ptr = bg_val; | ||
427 | ptr++; | ||
428 | } | ||
429 | } | ||
430 | else | ||
431 | { | ||
432 | int i1, j1; | ||
433 | i1 = i -y; | ||
434 | |||
435 | for (j = 0; j < cache_w; j++) | ||
436 | { | ||
437 | j1 = j - x; | ||
438 | if ((j < x) || (j >= (x + cur_w))) | ||
439 | { | ||
440 | *ptr = bg_val; | ||
441 | ptr++; | ||
442 | } | ||
443 | else | ||
444 | { | ||
445 | r = cmap->Colors[rows[i1][j1]].Red; | ||
446 | g = cmap->Colors[rows[i1][j1]].Green; | ||
447 | b = cmap->Colors[rows[i1][j1]].Blue; | ||
448 | *ptr++ = ARGB_JOIN(0xff, r, g, b); | ||
449 | } | ||
450 | } | ||
451 | } | ||
452 | } | ||
453 | break; | ||
454 | } | ||
455 | } | ||
456 | } | ||
457 | else /* first frame decoding */ | ||
458 | { | ||
459 | /* fill background color */ | ||
460 | for (i = 0; i < cache_h; i++) | ||
461 | { | ||
462 | if ((i < y) || (i >= (y + cur_h))) | ||
463 | { | ||
464 | for (j = 0; j < cache_w; j++) | ||
465 | { | ||
466 | *ptr = bg_val; | ||
467 | ptr++; | ||
468 | } | ||
469 | } | ||
470 | else | ||
471 | { | ||
472 | int i1, j1; | ||
473 | i1 = i -y; | ||
474 | |||
475 | for (j = 0; j < cache_w; j++) | ||
476 | { | ||
477 | j1 = j - x; | ||
478 | if ((j < x) || (j >= (x + cur_w))) | ||
479 | { | ||
480 | *ptr = bg_val; | ||
481 | ptr++; | ||
482 | } | ||
483 | else | ||
484 | { | ||
485 | r = cmap->Colors[rows[i1][j1]].Red; | ||
486 | g = cmap->Colors[rows[i1][j1]].Green; | ||
487 | b = cmap->Colors[rows[i1][j1]].Blue; | ||
488 | *ptr++ = ARGB_JOIN(0xff, r, g, b); | ||
489 | } | ||
490 | } | ||
491 | } | ||
492 | } | ||
493 | } | ||
494 | |||
495 | for (i = 0; i < h; i++) | ||
496 | { | ||
497 | if (rows[i]) free(rows[i]); | ||
498 | } | ||
499 | if (rows) free(rows); | ||
500 | frame->loaded = EINA_TRUE; | ||
501 | return EINA_TRUE; | ||
502 | error: | ||
503 | for (i = 0; i < h; i++) | ||
504 | { | ||
505 | if (rows[i]) free(rows[i]); | ||
506 | } | ||
507 | if (rows) free(rows); | ||
508 | return EINA_FALSE; | ||
509 | } | ||
510 | |||
511 | static Eina_Bool | ||
512 | _evas_image_load_frame(Image_Entry *ie, GifFileType *gif, Image_Entry_Frame *frame, Frame_Load_Type type, int *error) | ||
513 | { | ||
514 | GifRecordType rec; | ||
515 | int gra_res = 0, img_res = 0; | ||
516 | Eina_Bool res = EINA_FALSE; | ||
517 | Gif_Frame *gif_frame = NULL; | ||
518 | |||
519 | if ((!gif) || (!frame)) return EINA_FALSE; | ||
520 | gif_frame = (Gif_Frame *) frame->info; | ||
521 | |||
522 | if (type > LOAD_FRAME_DATA_INFO) return EINA_FALSE; | ||
523 | |||
524 | do | ||
525 | { | ||
526 | if (DGifGetRecordType(gif, &rec) == GIF_ERROR) return EINA_FALSE; | ||
527 | if (rec == IMAGE_DESC_RECORD_TYPE) | ||
528 | { | ||
529 | img_res++; | ||
530 | break; | ||
531 | } | ||
532 | else if (rec == EXTENSION_RECORD_TYPE) | ||
533 | { | ||
534 | int ext_code; | ||
535 | GifByteType *ext; | ||
536 | |||
537 | ext = NULL; | ||
538 | DGifGetExtension(gif, &ext_code, &ext); | ||
539 | while (ext) | ||
540 | { | ||
541 | if (ext_code == 0xf9) /* Graphic Control Extension */ | ||
542 | { | ||
543 | gra_res++; | ||
544 | /* fill frame info */ | ||
545 | if ((type == LOAD_FRAME_INFO) || (type == LOAD_FRAME_DATA_INFO)) | ||
546 | _evas_image_load_frame_graphic_info(frame,ext); | ||
547 | } | ||
548 | ext = NULL; | ||
549 | DGifGetExtensionNext(gif, &ext); | ||
550 | } | ||
551 | } | ||
552 | } while ((rec != TERMINATE_RECORD_TYPE) && (img_res == 0)); | ||
553 | if (img_res != 1) return EINA_FALSE; | ||
554 | if (DGifGetImageDesc(gif) == GIF_ERROR) return EINA_FALSE; | ||
555 | if ((type == LOAD_FRAME_INFO) || (type == LOAD_FRAME_DATA_INFO)) | ||
556 | _evas_image_load_frame_image_des_info(gif, frame); | ||
557 | |||
558 | if ((type == LOAD_FRAME_DATA) || (type == LOAD_FRAME_DATA_INFO)) | ||
559 | { | ||
560 | res = _evas_image_load_frame_image_data(ie, gif,frame, error); | ||
561 | if (!res) return EINA_FALSE; | ||
562 | } | ||
563 | return EINA_TRUE; | ||
564 | } | ||
565 | |||
566 | |||
567 | /* set frame data to cache entry's data */ | ||
568 | static Eina_Bool | ||
569 | evas_image_load_file_data_gif_internal(Image_Entry *ie, Image_Entry_Frame *frame, int *error) | ||
570 | { | ||
571 | int w; | ||
572 | int h; | ||
573 | int dst_x; | ||
574 | int dst_y; | ||
575 | DATA32 *dst; | ||
576 | DATA32 *src; | ||
577 | int cache_w, cache_h; | ||
578 | size_t siz; | ||
579 | Gif_Frame *gif_frame = NULL; | ||
580 | |||
581 | gif_frame = (Gif_Frame *) frame->info; | ||
582 | cache_w = ie->w; | ||
583 | cache_h = ie->h; | ||
584 | w = gif_frame->image_des.w; | ||
585 | h = gif_frame->image_des.h; | ||
586 | dst_x = gif_frame->image_des.x; | ||
587 | dst_y = gif_frame->image_des.y; | ||
588 | |||
589 | src = frame->data; | ||
590 | |||
591 | if (!evas_cache_image_pixels(ie)) | ||
592 | { | ||
593 | evas_cache_image_surface_alloc(ie, cache_w, cache_h); | ||
594 | } | ||
595 | |||
596 | if (!evas_cache_image_pixels(ie)) | ||
597 | { | ||
598 | *error = EVAS_LOAD_ERROR_RESOURCE_ALLOCATION_FAILED; | ||
599 | return EINA_FALSE; | ||
600 | } | ||
601 | |||
602 | /* only copy real frame part */ | ||
603 | siz = cache_w * cache_h * sizeof(DATA32); | ||
604 | dst = evas_cache_image_pixels(ie); | ||
605 | |||
606 | memcpy(dst, src, siz); | ||
607 | |||
608 | evas_common_image_premul(ie); | ||
609 | |||
610 | *error = EVAS_LOAD_ERROR_NONE; | ||
611 | return EINA_TRUE; | ||
612 | } | ||
613 | |||
614 | static Eina_Bool | ||
615 | evas_image_load_file_head_gif(Image_Entry *ie, const char *file, const char *key __UNUSED__, int *error) | ||
616 | { | ||
617 | int fd; | ||
618 | GifFileType *gif; | ||
619 | GifRecordType rec; | ||
620 | int w; | ||
621 | int h; | ||
622 | int alpha; | ||
623 | int loop_count = -1; | ||
624 | |||
625 | w = 0; | ||
626 | h = 0; | ||
627 | alpha = -1; | ||
628 | |||
629 | #ifndef __EMX__ | ||
630 | fd = open(file, O_RDONLY); | ||
631 | #else | ||
632 | fd = open(file, O_RDONLY | O_BINARY); | ||
633 | #endif | ||
634 | if (fd < 0) | ||
635 | { | ||
636 | *error = EVAS_LOAD_ERROR_DOES_NOT_EXIST; | ||
637 | return EINA_FALSE; | ||
638 | } | ||
639 | |||
640 | gif = DGifOpenFileHandle(fd); | ||
641 | if (!gif) | ||
642 | { | ||
643 | if (fd) close(fd); | ||
644 | *error = EVAS_LOAD_ERROR_UNKNOWN_FORMAT; | ||
645 | return EINA_FALSE; | ||
646 | } | ||
647 | |||
648 | /* check logical screen size */ | ||
649 | w = gif->SWidth; | ||
650 | h = gif->SHeight; | ||
651 | |||
652 | if ((w < 1) || (h < 1) || (w > IMG_MAX_SIZE) || (h > IMG_MAX_SIZE) || | ||
653 | IMG_TOO_BIG(w, h)) | ||
654 | { | ||
655 | DGifCloseFile(gif); | ||
656 | if (IMG_TOO_BIG(w, h)) | ||
657 | *error = EVAS_LOAD_ERROR_RESOURCE_ALLOCATION_FAILED; | ||
658 | else | ||
659 | *error = EVAS_LOAD_ERROR_GENERIC; | ||
660 | return EINA_FALSE; | ||
661 | } | ||
662 | ie->w = w; | ||
663 | ie->h = h; | ||
664 | |||
665 | do | ||
666 | { | ||
667 | if (DGifGetRecordType(gif, &rec) == GIF_ERROR) | ||
668 | { | ||
669 | /* PrintGifError(); */ | ||
670 | DGifCloseFile(gif); | ||
671 | *error = EVAS_LOAD_ERROR_UNKNOWN_FORMAT; | ||
672 | return EINA_FALSE; | ||
673 | } | ||
674 | |||
675 | /* image descript info */ | ||
676 | if (rec == IMAGE_DESC_RECORD_TYPE) | ||
677 | { | ||
678 | int img_code; | ||
679 | GifByteType *img; | ||
680 | |||
681 | if (DGifGetImageDesc(gif) == GIF_ERROR) | ||
682 | { | ||
683 | /* PrintGifError(); */ | ||
684 | DGifCloseFile(gif); | ||
685 | *error = EVAS_LOAD_ERROR_UNKNOWN_FORMAT; | ||
686 | return EINA_FALSE; | ||
687 | } | ||
688 | /* we have to count frame, so use DGifGetCode and skip decoding */ | ||
689 | if (DGifGetCode(gif, &img_code, &img) == GIF_ERROR) | ||
690 | { | ||
691 | /* PrintGifError(); */ | ||
692 | DGifCloseFile(gif); | ||
693 | *error = EVAS_LOAD_ERROR_UNKNOWN_FORMAT; | ||
694 | return EINA_FALSE; | ||
695 | } | ||
696 | while (img) | ||
697 | { | ||
698 | img = NULL; | ||
699 | DGifGetCodeNext(gif, &img); | ||
700 | } | ||
701 | } | ||
702 | else if (rec == EXTENSION_RECORD_TYPE) | ||
703 | { | ||
704 | int ext_code; | ||
705 | GifByteType *ext; | ||
706 | |||
707 | ext = NULL; | ||
708 | DGifGetExtension(gif, &ext_code, &ext); | ||
709 | while (ext) | ||
710 | { | ||
711 | if (ext_code == 0xf9) /* Graphic Control Extension */ | ||
712 | { | ||
713 | if ((ext[1] & 1) && (alpha < 0)) alpha = (int)ext[4]; | ||
714 | } | ||
715 | else if (ext_code == 0xff) /* application extension */ | ||
716 | { | ||
717 | if (!strncmp ((char*)(&ext[1]), "NETSCAPE2.0", 11) || | ||
718 | !strncmp ((char*)(&ext[1]), "ANIMEXTS1.0", 11)) | ||
719 | { | ||
720 | ext=NULL; | ||
721 | DGifGetExtensionNext(gif, &ext); | ||
722 | |||
723 | if (ext[1] == 0x01) | ||
724 | { | ||
725 | loop_count = ext[2] + (ext[3] << 8); | ||
726 | if (loop_count > 0) loop_count++; | ||
727 | } | ||
728 | } | ||
729 | } | ||
730 | |||
731 | ext = NULL; | ||
732 | DGifGetExtensionNext(gif, &ext); | ||
733 | } | ||
734 | } | ||
735 | } while (rec != TERMINATE_RECORD_TYPE); | ||
736 | |||
737 | if (alpha >= 0) ie->flags.alpha = 1; | ||
738 | |||
739 | if (gif->ImageCount > 1) | ||
740 | { | ||
741 | ie->flags.animated = 1; | ||
742 | ie->loop_count = loop_count; | ||
743 | ie->loop_hint = EVAS_IMAGE_ANIMATED_HINT_LOOP; | ||
744 | ie->frame_count = gif->ImageCount; | ||
745 | ie->frames = NULL; | ||
746 | } | ||
747 | |||
748 | DGifCloseFile(gif); | ||
749 | *error = EVAS_LOAD_ERROR_NONE; | ||
750 | return EINA_TRUE; | ||
751 | } | ||
752 | |||
753 | static Eina_Bool | ||
754 | evas_image_load_specific_frame(Image_Entry *ie, const char *file, int frame_index, int *error) | ||
755 | { | ||
756 | int fd; | ||
757 | GifFileType *gif; | ||
758 | Image_Entry_Frame *frame = NULL; | ||
759 | Gif_Frame *gif_frame = NULL; | ||
760 | |||
761 | #ifndef __EMX__ | ||
762 | fd = open(file, O_RDONLY); | ||
763 | #else | ||
764 | fd = open(file, O_RDONLY | O_BINARY); | ||
765 | #endif | ||
766 | if (fd < 0) | ||
767 | { | ||
768 | *error = EVAS_LOAD_ERROR_DOES_NOT_EXIST; | ||
769 | return EINA_FALSE; | ||
770 | } | ||
771 | |||
772 | gif = DGifOpenFileHandle(fd); | ||
773 | if (!gif) | ||
774 | { | ||
775 | if (fd) close(fd); | ||
776 | *error = EVAS_LOAD_ERROR_UNKNOWN_FORMAT; | ||
777 | return EINA_FALSE; | ||
778 | } | ||
779 | if (!_evas_image_skip_frame(gif, frame_index-1)) | ||
780 | { | ||
781 | if (fd) close(fd); | ||
782 | *error = EVAS_LOAD_ERROR_UNKNOWN_FORMAT; | ||
783 | return EINA_FALSE; | ||
784 | } | ||
785 | |||
786 | frame = malloc(sizeof (Image_Entry_Frame)); | ||
787 | if (!frame) | ||
788 | { | ||
789 | if (fd) close(fd); | ||
790 | *error = EVAS_LOAD_ERROR_RESOURCE_ALLOCATION_FAILED; | ||
791 | return EINA_FALSE; | ||
792 | } | ||
793 | |||
794 | gif_frame = malloc(sizeof (Gif_Frame)); | ||
795 | if (!gif_frame) | ||
796 | { | ||
797 | if (fd) close(fd); | ||
798 | *error = EVAS_LOAD_ERROR_RESOURCE_ALLOCATION_FAILED; | ||
799 | return EINA_FALSE; | ||
800 | } | ||
801 | frame->info = gif_frame; | ||
802 | frame->index = frame_index; | ||
803 | if (!_evas_image_load_frame(ie,gif, frame, LOAD_FRAME_DATA_INFO,error)) | ||
804 | { | ||
805 | if (fd) close(fd); | ||
806 | *error = EVAS_LOAD_ERROR_UNKNOWN_FORMAT; | ||
807 | return EINA_FALSE; | ||
808 | } | ||
809 | |||
810 | ie->frames = eina_list_append(ie->frames, frame); | ||
811 | DGifCloseFile(gif); | ||
812 | return EINA_TRUE; | ||
813 | } | ||
814 | |||
815 | static Eina_Bool | ||
816 | evas_image_load_file_data_gif(Image_Entry *ie, const char *file, const char *key __UNUSED__, int *error) | ||
817 | { | ||
818 | int cur_frame_index; | ||
819 | Image_Entry_Frame *frame = NULL; | ||
820 | Eina_Bool hit; | ||
821 | |||
822 | if(!ie->flags.animated) | ||
823 | cur_frame_index = 1; | ||
824 | else | ||
825 | cur_frame_index = ie->cur_frame; | ||
826 | |||
827 | if ((ie->flags.animated) && | ||
828 | ((cur_frame_index <0) || (cur_frame_index > FRAME_MAX) || (cur_frame_index > ie->frame_count))) | ||
829 | { | ||
830 | *error = EVAS_LOAD_ERROR_GENERIC; | ||
831 | return EINA_FALSE; | ||
832 | } | ||
833 | |||
834 | /* first time frame is set to be 0. so default is 1 */ | ||
835 | if (cur_frame_index == 0) cur_frame_index++; | ||
836 | |||
837 | /* Check current frame exists in hash table */ | ||
838 | hit = _find_frame(ie, cur_frame_index, &frame); | ||
839 | |||
840 | /* if current frame exist in has table, check load flag */ | ||
841 | if (hit) | ||
842 | { | ||
843 | if (frame->loaded) | ||
844 | evas_image_load_file_data_gif_internal(ie,frame,error); | ||
845 | else | ||
846 | { | ||
847 | int fd; | ||
848 | GifFileType *gif; | ||
849 | |||
850 | #ifndef __EMX__ | ||
851 | fd = open(file, O_RDONLY); | ||
852 | #else | ||
853 | fd = open(file, O_RDONLY | O_BINARY); | ||
854 | #endif | ||
855 | if (fd < 0) | ||
856 | { | ||
857 | *error = EVAS_LOAD_ERROR_DOES_NOT_EXIST; | ||
858 | return EINA_FALSE; | ||
859 | } | ||
860 | |||
861 | gif = DGifOpenFileHandle(fd); | ||
862 | if (!gif) | ||
863 | { | ||
864 | if (fd) close(fd); | ||
865 | *error = EVAS_LOAD_ERROR_UNKNOWN_FORMAT; | ||
866 | return EINA_FALSE; | ||
867 | } | ||
868 | _evas_image_skip_frame(gif, cur_frame_index-1); | ||
869 | if (!_evas_image_load_frame(ie, gif, frame, LOAD_FRAME_DATA,error)) | ||
870 | { | ||
871 | if (fd) close(fd); | ||
872 | *error = EVAS_LOAD_ERROR_UNKNOWN_FORMAT; | ||
873 | return EINA_FALSE; | ||
874 | } | ||
875 | if (!evas_image_load_file_data_gif_internal(ie, frame, error)) | ||
876 | { | ||
877 | if (fd) close(fd); | ||
878 | *error = EVAS_LOAD_ERROR_UNKNOWN_FORMAT; | ||
879 | return EINA_FALSE; | ||
880 | } | ||
881 | DGifCloseFile(gif); | ||
882 | *error = EVAS_LOAD_ERROR_NONE; | ||
883 | return EINA_TRUE; | ||
884 | } | ||
885 | } | ||
886 | /* current frame does is not exist */ | ||
887 | else | ||
888 | { | ||
889 | if (!evas_image_load_specific_frame(ie, file, cur_frame_index, error)) | ||
890 | { | ||
891 | return EINA_FALSE; | ||
892 | } | ||
893 | hit = EINA_FALSE; | ||
894 | frame = NULL; | ||
895 | hit = _find_frame(ie, cur_frame_index, &frame); | ||
896 | if (!hit) return EINA_FALSE; | ||
897 | if (!evas_image_load_file_data_gif_internal(ie, frame, error)) | ||
898 | { | ||
899 | *error = EVAS_LOAD_ERROR_RESOURCE_ALLOCATION_FAILED; | ||
900 | return EINA_FALSE; | ||
901 | } | ||
902 | return EINA_TRUE; | ||
903 | } | ||
904 | return EINA_FALSE; | ||
905 | } | ||
906 | |||
907 | static double | ||
908 | evas_image_load_frame_duration_gif(Image_Entry *ie, const char *file, const int start_frame, const int frame_num) | ||
909 | { | ||
910 | int fd; | ||
911 | GifFileType *gif; | ||
912 | GifRecordType rec; | ||
913 | int done; | ||
914 | int current_frame = 1; | ||
915 | int remain_frames = frame_num; | ||
916 | double duration = 0; | ||
917 | int frame_count = 0; | ||
918 | |||
919 | frame_count = ie->frame_count; | ||
920 | |||
921 | if (!ie->flags.animated) return -1; | ||
922 | if ((start_frame + frame_num) > frame_count) return -1; | ||
923 | if (frame_num < 0) return -1; | ||
924 | |||
925 | done = 0; | ||
926 | |||
927 | #ifndef __EMX__ | ||
928 | fd = open(file, O_RDONLY); | ||
929 | #else | ||
930 | fd = open(file, O_RDONLY | O_BINARY); | ||
931 | #endif | ||
932 | if (fd < 0) return -1; | ||
933 | |||
934 | gif = DGifOpenFileHandle(fd); | ||
935 | if (!gif) | ||
936 | { | ||
937 | if (fd) close(fd); | ||
938 | return -1; | ||
939 | } | ||
940 | |||
941 | do | ||
942 | { | ||
943 | if (DGifGetRecordType(gif, &rec) == GIF_ERROR) | ||
944 | { | ||
945 | rec = TERMINATE_RECORD_TYPE; | ||
946 | } | ||
947 | if (rec == IMAGE_DESC_RECORD_TYPE) | ||
948 | { | ||
949 | int img_code; | ||
950 | GifByteType *img; | ||
951 | |||
952 | if (DGifGetImageDesc(gif) == GIF_ERROR) | ||
953 | { | ||
954 | /* PrintGifError(); */ | ||
955 | rec = TERMINATE_RECORD_TYPE; | ||
956 | } | ||
957 | current_frame++; | ||
958 | /* we have to count frame, so use DGifGetCode and skip decoding */ | ||
959 | if (DGifGetCode(gif, &img_code, &img) == GIF_ERROR) | ||
960 | { | ||
961 | rec = TERMINATE_RECORD_TYPE; | ||
962 | } | ||
963 | while (img) | ||
964 | { | ||
965 | img = NULL; | ||
966 | DGifGetExtensionNext(gif, &img); | ||
967 | } | ||
968 | } | ||
969 | else if (rec == EXTENSION_RECORD_TYPE) | ||
970 | { | ||
971 | int ext_code; | ||
972 | GifByteType *ext; | ||
973 | |||
974 | ext = NULL; | ||
975 | DGifGetExtension(gif, &ext_code, &ext); | ||
976 | while (ext) | ||
977 | { | ||
978 | if (ext_code == 0xf9) /* Graphic Control Extension */ | ||
979 | { | ||
980 | if ((current_frame >= start_frame) && (current_frame <= frame_count)) | ||
981 | { | ||
982 | int frame_duration = 0; | ||
983 | if (remain_frames < 0) break; | ||
984 | frame_duration = byte2_to_int (ext[2], ext[3]); | ||
985 | if (frame_duration == 0) | ||
986 | duration += 0.1; | ||
987 | else | ||
988 | duration += (double)frame_duration/100; | ||
989 | remain_frames --; | ||
990 | } | ||
991 | } | ||
992 | ext = NULL; | ||
993 | DGifGetExtensionNext(gif, &ext); | ||
994 | } | ||
995 | } | ||
996 | } while (rec != TERMINATE_RECORD_TYPE); | ||
997 | |||
998 | DGifCloseFile(gif); | ||
999 | return duration; | ||
1000 | } | ||
1001 | |||
1002 | static int | ||
1003 | module_open(Evas_Module *em) | ||
1004 | { | ||
1005 | if (!em) return 0; | ||
1006 | em->functions = (void *)(&evas_image_load_gif_func); | ||
1007 | return 1; | ||
1008 | } | ||
1009 | |||
1010 | static void | ||
1011 | module_close(Evas_Module *em __UNUSED__) | ||
1012 | { | ||
1013 | } | ||
1014 | |||
1015 | static Evas_Module_Api evas_modapi = | ||
1016 | { | ||
1017 | EVAS_MODULE_API_VERSION, | ||
1018 | "gif", | ||
1019 | "none", | ||
1020 | { | ||
1021 | module_open, | ||
1022 | module_close | ||
1023 | } | ||
1024 | }; | ||
1025 | |||
1026 | EVAS_MODULE_DEFINE(EVAS_MODULE_TYPE_IMAGE_LOADER, image_loader, gif); | ||
1027 | |||
1028 | #ifndef EVAS_STATIC_BUILD_GIF | ||
1029 | EVAS_EINA_MODULE_DEFINE(image_loader, gif); | ||
1030 | #endif | ||