mirror of
https://github.com/webmproject/libwebp.git
synced 2024-11-19 20:08:28 +01:00
29cc95ce4c
It's self contained apart from a dependency on src/webp/types.h and src/dsp/cpu.h For now it's only set up as an internal library, not an installable one. Webp doesn't depend on it yet, the code is only duplicated. Change-Id: I752799894f9d4105d0d296ddebd9f9641181a1ec
14 lines
193 B
Makefile
14 lines
193 B
Makefile
ACLOCAL_AMFLAGS = -I m4
|
|
SUBDIRS = src imageio man
|
|
EXTRA_DIST = COPYING autogen.sh
|
|
|
|
if BUILD_SHARPYUV
|
|
SUBDIRS += sharpyuv
|
|
endif
|
|
|
|
if BUILD_EXTRAS
|
|
SUBDIRS += extras
|
|
endif
|
|
|
|
SUBDIRS += examples
|