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:
Urvang Joshi
2015-01-06 16:12:48 -08:00
parent 72d573f693
commit 4b997ae46d
5 changed files with 1243 additions and 12 deletions

View File

@ -247,6 +247,7 @@ ENC_OBJS = \
$(DIROBJ)\enc\webpenc.obj \
MUX_OBJS = \
$(DIROBJ)\mux\anim_encode.obj \
$(DIROBJ)\mux\muxedit.obj \
$(DIROBJ)\mux\muxinternal.obj \
$(DIROBJ)\mux\muxread.obj \