Update of /cvsroot/artoolkit/artoolkit/ARToolKit.xcodeproj
In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv30663/ARToolKit.xcodeproj
Modified Files:
project.pbxproj
Log Message:
Some cleanup of gstreamer addition, plus new fliph and flipv tokens for Mac video.
Index: project.pbxproj
===================================================================
RCS file: /cvsroot/artoolkit/artoolkit/ARToolKit.xcodeproj/project.pbxproj,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** project.pbxproj 23 Jun 2006 06:42:27 -0000 1.15
--- project.pbxproj 10 Jul 2006 04:35:17 -0000 1.16
***************
*** 1473,1476 ****
--- 1473,1478 ----
4A934D7C086A2BB900DF2FAC /* libSystemStubs.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libSystemStubs.a; path = /usr/lib/libSystemStubs.a; sourceTree = "<absolute>"; };
4A934D80086A2DB700DF2FAC /* libARvrml.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = libARvrml.a; sourceTree = "<group>"; };
+ 4A99C6520A59DCC3001B4C35 /* Makefile.in */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = Makefile.in; sourceTree = "<group>"; };
+ 4A99C6530A59DCC3001B4C35 /* video.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = video.c; sourceTree = "<group>"; };
4AAB8C740728934300708844 /* ARToolKit.dsw */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; lineEnding = 2; path = ARToolKit.dsw; sourceTree = "<group>"; };
4AAB8C750728934300708844 /* ARToolKit.sln */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = ARToolKit.sln; sourceTree = "<group>"; };
***************
*** 2318,2321 ****
--- 2320,2324 ----
4A427D530484329900B56093 /* Gl */,
4A427D630484329900B56093 /* Makefile.in */,
+ 4A99C6510A59DCC3001B4C35 /* VideoGStreamer */,
4A427D640484329900B56093 /* VideoLinux1394Cam */,
4A427D680484329900B56093 /* VideoLinuxDV */,
***************
*** 2511,2514 ****
--- 2514,2526 ----
sourceTree = "<group>";
};
+ 4A99C6510A59DCC3001B4C35 /* VideoGStreamer */ = {
+ isa = PBXGroup;
+ children = (
+ 4A99C6520A59DCC3001B4C35 /* Makefile.in */,
+ 4A99C6530A59DCC3001B4C35 /* video.c */,
+ );
+ path = VideoGStreamer;
+ sourceTree = "<group>";
+ };
4AC3C076075188AB0073D2C6 /* graphicsTest */ = {
isa = PBXGroup;
|