* adds third_party/libwebp and cmake option to enable building it. * disable simd and default disable pthreads for webgl builds. * ensure non-empty config var value * Added notes on libwebp change to NEW_RELEASE_NOTES.md * Update NEW_RELEASE_NOTES.md
10 lines
155 B
Makefile
10 lines
155 B
Makefile
ACLOCAL_AMFLAGS = -I m4
|
|
SUBDIRS = sharpyuv src imageio man
|
|
EXTRA_DIST = COPYING autogen.sh
|
|
|
|
if BUILD_EXTRAS
|
|
SUBDIRS += extras
|
|
endif
|
|
|
|
SUBDIRS += examples
|