[artoolkit-commits] artoolkit/lib/SRC/VideoGStreamer Makefile.in, 1.1, 1.2
Optical marker tracking and overlay for augmented reality.
Brought to you by:
philip_lamb
From: Philip L. <phi...@us...> - 2006-07-10 04:35:21
|
Update of /cvsroot/artoolkit/artoolkit/lib/SRC/VideoGStreamer In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv30663/lib/SRC/VideoGStreamer 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/VideoGStreamer/Makefile.in,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Makefile.in 30 Jun 2006 04:38:40 -0000 1.1 --- Makefile.in 10 Jul 2006 04:35:17 -0000 1.2 *************** *** 22,27 **** # compilation control # ! LIBOBJS= ${LIB}(video.o) \ ! ${LIB}(video2.o) all: ${LIBOBJS} --- 22,26 ---- # compilation control # ! LIBOBJS= ${LIB}(video.o) all: ${LIBOBJS} |