Initial commit

Change-Id: I4712afb3912625e7aaccfa5160dcf78ee252f159
This commit is contained in:
Pascal Massimino
2010-09-30 09:34:38 -04:00
commit c3f41cb47e
41 changed files with 46185 additions and 0 deletions

4
examples/Makefile.am Normal file
View File

@ -0,0 +1,4 @@
AM_CPPFLAGS = -I$(top_srcdir)/src
dwebp_SOURCES = dwebp.c
dwebp_LDADD = ../src/libwebpdecode.la
noinst_PROGRAMS = dwebp