mirror of
https://github.com/webmproject/libwebp.git
synced 2024-12-27 06:08:21 +01:00
b04b857a35
* support PNG output through WIC on Win32 Change-Id: I1dbcc6ab1360010aca25da80f30a74781aadc76d
8 lines
195 B
Makefile
8 lines
195 B
Makefile
AM_CPPFLAGS = -I$(top_srcdir)/src
|
|
|
|
dwebp_SOURCES = dwebp.c stopwatch.h
|
|
dwebp_CPPFLAGS = $(AM_CPPFLAGS) $(PNG_INCLUDES)
|
|
dwebp_LDADD = ../src/dec/libwebpdecode.la $(PNG_LIBS)
|
|
|
|
bin_PROGRAMS = dwebp
|