mirror of
https://github.com/webmproject/libwebp.git
synced 2025-07-15 21:39:59 +02:00
Simplify mux library code
Refactor mux code into Read APIs, Set/Delete APIs and internal objects/utils. Change-Id: Ia4ce32ec18cf0c1c75de9084fbb28840d46892b4
This commit is contained in:
@ -1,7 +1,8 @@
|
||||
AM_CPPFLAGS = -I$(top_srcdir)/src
|
||||
lib_LTLIBRARIES = libwebpmux.la
|
||||
|
||||
libwebpmux_la_SOURCES = mux.c
|
||||
libwebpmux_la_SOURCES = muxi.h \
|
||||
muxedit.c muxinternal.c muxread.c
|
||||
libwebpmux_la_LDFLAGS = -version-info 0:0:0
|
||||
libwebpmuxinclude_HEADERS = ../webp/mux.h ../webp/types.h
|
||||
libwebpmuxincludedir = $(includedir)/webp
|
||||
|
Reference in New Issue
Block a user