[artoolkit-commits] artoolkit/util/videoTest videoTest.c,1.1,1.2
Optical marker tracking and overlay for augmented reality.
Brought to you by:
philip_lamb
From: Philip L. <phi...@us...> - 2004-11-25 22:45:17
|
Update of /cvsroot/artoolkit/artoolkit/util/videoTest In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16048 Modified Files: videoTest.c Log Message: Add graphicsTest & videoTest to OSX project. Index: videoTest.c =================================================================== RCS file: /cvsroot/artoolkit/artoolkit/util/videoTest/videoTest.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** videoTest.c 22 Nov 2004 02:42:41 -0000 1.1 --- videoTest.c 25 Nov 2004 22:44:54 -0000 1.2 *************** *** 1,13 **** #ifdef _WIN32 ! #include <windows.h> #endif #include <stdio.h> #include <stdlib.h> #ifndef __APPLE__ ! #include <GL/gl.h> ! #include <GL/glut.h> #else ! #include <OpenGL/gl.h> ! #include <GLUT/glut.h> #endif #include <AR/gsub.h> --- 1,13 ---- #ifdef _WIN32 ! # include <windows.h> #endif #include <stdio.h> #include <stdlib.h> #ifndef __APPLE__ ! # include <GL/gl.h> ! # include <GL/glut.h> #else ! # include <OpenGL/gl.h> ! # include <GLUT/glut.h> #endif #include <AR/gsub.h> |