mirror of
https://github.com/webmproject/libwebp.git
synced 2025-07-14 21:09:55 +02:00
WebPAnimEncoder API: Header and implementation
A separate API to generate animated WebP images. It will eventually replace the internal gif2webp_util methods. Also: update makefiles. Change-Id: Idf61dfc1016c10b24fea70425d1a2323cffba515
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
lib_LTLIBRARIES = libwebpmux.la
|
||||
|
||||
libwebpmux_la_SOURCES =
|
||||
libwebpmux_la_SOURCES += anim_encode.c
|
||||
libwebpmux_la_SOURCES += muxedit.c
|
||||
libwebpmux_la_SOURCES += muxi.h
|
||||
libwebpmux_la_SOURCES += muxinternal.c
|
||||
|
1129
src/mux/anim_encode.c
Normal file
1129
src/mux/anim_encode.c
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user