mirror of
https://github.com/webmproject/libwebp.git
synced 2025-01-28 23:52:56 +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