webp/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
..
2012-01-24 16:55:38 -08:00
2011-10-28 18:11:00 -07:00
2012-01-12 04:53:30 -08:00
2010-11-17 20:09:47 -08:00
2011-02-18 23:54:59 -08:00
2012-05-09 01:23:39 -07:00
2012-04-23 11:00:20 -07:00