mirror of
https://github.com/webmproject/libwebp.git
synced 2025-07-12 22:14:29 +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:
@ -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 \
|
||||
|
Reference in New Issue
Block a user