mirror of
https://github.com/webmproject/libwebp.git
synced 2024-12-26 05:38:22 +01:00
861a5b7bc9
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 |
||
---|---|---|
.. | ||
cwebp.c | ||
dwebp.c | ||
Makefile.am | ||
stopwatch.h | ||
test_ref.ppm | ||
test.webp | ||
vwebp.c | ||
webpmux.c |