[artoolkit-commits] artoolkit/lib/SRC Makefile.in,1.2,1.3
Optical marker tracking and overlay for augmented reality.
Brought to you by:
philip_lamb
From: Philip L. <phi...@us...> - 2006-07-10 04:35:20
|
Update of /cvsroot/artoolkit/artoolkit/lib/SRC In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv30663/lib/SRC Modified Files: Makefile.in Log Message: Some cleanup of gstreamer addition, plus new fliph and flipv tokens for Mac video. Index: Makefile.in =================================================================== RCS file: /cvsroot/artoolkit/artoolkit/lib/SRC/Makefile.in,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Makefile.in 19 Nov 2004 03:26:59 -0000 1.2 --- Makefile.in 10 Jul 2006 04:35:17 -0000 1.3 *************** *** 17,20 **** --- 17,21 ---- (cd VideoMacOSX; make -f Makefile clean) (cd ARvrml; make -f Makefile clean) + (cd VideoGStreamer; make -f Makefile clean) allclean: *************** *** 28,30 **** --- 29,32 ---- (cd VideoMacOSX; make -f Makefile allclean) (cd ARvrml; make -f Makefile allclean) + (cd VideoGStreamer; make -f Makefile allclean) rm -f Makefile |