Tags: josemvaldivia/libfreenect
Tags
Update CMakeLists.txt for v0.3.0 Signed-off-by: Benn Snyder <[email protected]>
Fix missing semicolon in fakenect/record.c Signed-off-by: Benn Snyder <[email protected]>
Merge pull request OpenKinect#335 from OpenKinect/unstable libfreenect v0.2.0
examples: use exit() instead of pthread_exit() from main thread. OSX seems to spawn an extra thread for GLUT. As a result, we can't just call pthread_exit() because there's still one thread left after we kill all the threads we directly spawned, so the examples never stop running. Signed-off-by: Drew Fisher <[email protected]>