libwebp/examples
Pascal Massimino 861a5b7bc9 add support for animation
it's using glutTimerFunc() for trigger next frame's decoding

Reminder: how to build and use manually (integration in makefile.unix coming soon)

Unix:
cd libwebp
make -f makefile.unix
cd examples
cc -o vwebp vwebp.c -framework GLUT -framework OpenGL -I../src/ ../src/libwebp.a ../src/mux/libwebpmux.a

Mac + xcode:
cd libwebp
make -f makefile.unix
cd examples
cc -o vwebp vwebp.c -lglut -lGL -lpthread -lm -I../src/ ../src/libwebp.a ../src/mux/libwebpmux.a

Change-Id: Id49e87c26628c2b58ec221f6030cbd2e46a807b4
2012-05-09 01:23:39 -07:00
..
cwebp.c fix the return value and handle missing input file case. 2012-05-09 00:34:30 -07:00
dwebp.c examples: logging updates 2012-01-24 16:55:38 -08:00
Makefile.am webpmux: fix lib link order 2011-10-28 18:11:00 -07:00
stopwatch.h fix compile under MINGW 2012-01-12 04:53:30 -08:00
test_ref.ppm lot of cosmetics 2010-11-17 20:09:47 -08:00
test.webp a WebP encoder 2011-02-18 23:54:59 -08:00
vwebp.c add support for animation 2012-05-09 01:23:39 -07:00
webpmux.c mux: use size_t consistently 2012-04-23 11:00:20 -07:00