Add Mux library for manipulating WebP container.

This change adds the WebP Mux library for manipulating the WebP Mux
Container. The library document and command line tool exhibiting the
usage of this libary will follow in subsequent Git change.

Change-Id: I4cba7dd12307483185ad5a68df33af6c36c154c8
This commit is contained in:
Vikas Arora
2011-09-22 16:25:23 +05:30
parent 28ad70c56d
commit 2315785f2c
6 changed files with 1626 additions and 4 deletions

View File

@ -156,6 +156,7 @@ AC_CONFIG_FILES([Makefile src/Makefile man/Makefile \
examples/Makefile src/dec/Makefile \
src/enc/Makefile src/dsp/Makefile \
src/utils/Makefile \
src/mux/Makefile \
src/libwebp.pc])