mirror of
https://github.com/webmproject/libwebp.git
synced 2025-07-16 22:09:57 +02:00
move token buffer to its own file (token.c)
Change-Id: Ib9791c52f48d98fad5ed3830f36894ef5ac362fa
This commit is contained in:
@ -16,6 +16,7 @@ libwebpencode_la_SOURCES += layer.c
|
||||
libwebpencode_la_SOURCES += picture.c
|
||||
libwebpencode_la_SOURCES += quant.c
|
||||
libwebpencode_la_SOURCES += syntax.c
|
||||
libwebpencode_la_SOURCES += token.c
|
||||
libwebpencode_la_SOURCES += tree.c
|
||||
libwebpencode_la_SOURCES += vp8enci.h
|
||||
libwebpencode_la_SOURCES += vp8l.c
|
||||
|
Reference in New Issue
Block a user