[vlc-devel] commit: Added the minimal-OSX class files and a couple of more related files to the project list for easier lookup ( Felix Paul Kühne )

git version control git at videolan.org
Sat May 17 18:28:54 CEST 2008


vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Sat May 17 18:29:46 2008 +0200| [81b9a24bf9e7e0ea3d7f36d3d3bb8eb29eb6270e]

Added the minimal-OSX class files and a couple of more related files to the project list for easier lookup

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=81b9a24bf9e7e0ea3d7f36d3d3bb8eb29eb6270e
---

 .../package/macosx/vlc.xcodeproj/project.pbxproj   |   47 ++++++++++++++++++--
 1 files changed, 43 insertions(+), 4 deletions(-)

diff --git a/extras/package/macosx/vlc.xcodeproj/project.pbxproj b/extras/package/macosx/vlc.xcodeproj/project.pbxproj
index d40320c..df6c622 100644
--- a/extras/package/macosx/vlc.xcodeproj/project.pbxproj
+++ b/extras/package/macosx/vlc.xcodeproj/project.pbxproj
@@ -1118,6 +1118,22 @@
 		CC4ED9B00ABE07C800CA4CC5 /* repeat_single_embedded_blue.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = repeat_single_embedded_blue.png; path = Resources/repeat_single_embedded_blue.png; sourceTree = "<group>"; };
 		CC4ED9B10ABE07C800CA4CC5 /* shuffle_embedded_blue.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = shuffle_embedded_blue.png; path = Resources/shuffle_embedded_blue.png; sourceTree = "<group>"; };
 		CC4ED9B20ABE07C800CA4CC5 /* shuffle_embedded.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = shuffle_embedded.png; path = Resources/shuffle_embedded.png; sourceTree = "<group>"; };
+		CC6C01A90DDF3E9200C7D754 /* intf.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = intf.h; path = ../../../modules/gui/minimal_macosx/intf.h; sourceTree = SOURCE_ROOT; };
+		CC6C01AA0DDF3E9200C7D754 /* intf.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = intf.m; path = ../../../modules/gui/minimal_macosx/intf.m; sourceTree = SOURCE_ROOT; };
+		CC6C01AB0DDF3E9200C7D754 /* macosx.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = macosx.c; path = ../../../modules/gui/minimal_macosx/macosx.c; sourceTree = SOURCE_ROOT; };
+		CC6C01AC0DDF3E9200C7D754 /* VLCMinimalVoutWindow.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VLCMinimalVoutWindow.h; path = ../../../modules/gui/minimal_macosx/VLCMinimalVoutWindow.h; sourceTree = SOURCE_ROOT; };
+		CC6C01AD0DDF3E9200C7D754 /* VLCMinimalVoutWindow.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = VLCMinimalVoutWindow.m; path = ../../../modules/gui/minimal_macosx/VLCMinimalVoutWindow.m; sourceTree = SOURCE_ROOT; };
+		CC6C01AE0DDF3E9200C7D754 /* VLCOpenGLVoutView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = VLCOpenGLVoutView.m; path = ../../../modules/gui/minimal_macosx/VLCOpenGLVoutView.m; sourceTree = SOURCE_ROOT; };
+		CC6C01AF0DDF3E9200C7D754 /* voutagl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = voutagl.h; path = ../../../modules/gui/minimal_macosx/voutagl.h; sourceTree = SOURCE_ROOT; };
+		CC6C01B00DDF3E9200C7D754 /* voutgl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = voutgl.h; path = ../../../modules/gui/minimal_macosx/voutgl.h; sourceTree = SOURCE_ROOT; };
+		CC6C01B10DDF3E9200C7D754 /* voutgl.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = voutgl.m; path = ../../../modules/gui/minimal_macosx/voutgl.m; sourceTree = SOURCE_ROOT; };
+		CC6C01B20DDF3E9200C7D754 /* VLCOpenGLVoutView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VLCOpenGLVoutView.h; path = ../../../modules/gui/minimal_macosx/VLCOpenGLVoutView.h; sourceTree = SOURCE_ROOT; };
+		CC6C01B30DDF3E9200C7D754 /* voutagl.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = voutagl.m; path = ../../../modules/gui/minimal_macosx/voutagl.m; sourceTree = SOURCE_ROOT; };
+		CC6C01B90DDF3EBC00C7D754 /* darwin_specific.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = darwin_specific.c; path = ../../../src/misc/darwin_specific.c; sourceTree = SOURCE_ROOT; };
+		CC6C01BA0DDF3EEC00C7D754 /* auhal.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = auhal.c; path = ../../../modules/audio_output/auhal.c; sourceTree = SOURCE_ROOT; };
+		CC6C01BB0DDF3F0700C7D754 /* opengl.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = opengl.c; path = ../../../modules/video_output/opengl.c; sourceTree = SOURCE_ROOT; };
+		CC6C01BC0DDF3F0700C7D754 /* opengllayer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = opengllayer.m; path = ../../../modules/video_output/opengllayer.m; sourceTree = SOURCE_ROOT; };
+		CC6C01BD0DDF3F2100C7D754 /* quartztext.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = quartztext.c; path = ../../../modules/misc/quartztext.c; sourceTree = SOURCE_ROOT; };
 		CC6D8D9C0A878DED006F2BBE /* AppleRemote.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AppleRemote.h; path = ../../../modules/gui/macosx/AppleRemote.h; sourceTree = SOURCE_ROOT; };
 		CC6D8D9D0A878DED006F2BBE /* AppleRemote.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AppleRemote.m; path = ../../../modules/gui/macosx/AppleRemote.m; sourceTree = SOURCE_ROOT; };
 		CC6EDD4F0B9CA2140096068A /* eyetv.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = eyetv.h; path = ../../../modules/gui/macosx/eyetv.h; sourceTree = SOURCE_ROOT; };
@@ -1204,7 +1220,8 @@
 		089C166AFE841209C02AAC07 /* vlc */ = {
 			isa = PBXGroup;
 			children = (
-				CCC8957F0D9A8A61005AE59C /* OSX-specific access */,
+				CC6C01A40DDF3E7800C7D754 /* Minimal Mac OS X Classes */,
+				CCC8957F0D9A8A61005AE59C /* OSX-specific source files */,
 				08FB77AFFE84173DC02AAC07 /* Classes */,
 				089C167CFE841241C02AAC07 /* Resources */,
 				089C1671FE841209C02AAC07 /* Frameworks and Libraries */,
@@ -1478,12 +1495,35 @@
 			name = "main window";
 			sourceTree = "<group>";
 		};
-		CCC8957F0D9A8A61005AE59C /* OSX-specific access */ = {
+		CC6C01A40DDF3E7800C7D754 /* Minimal Mac OS X Classes */ = {
 			isa = PBXGroup;
 			children = (
+				CC6C01A90DDF3E9200C7D754 /* intf.h */,
+				CC6C01AA0DDF3E9200C7D754 /* intf.m */,
+				CC6C01AB0DDF3E9200C7D754 /* macosx.c */,
+				CC6C01AC0DDF3E9200C7D754 /* VLCMinimalVoutWindow.h */,
+				CC6C01AD0DDF3E9200C7D754 /* VLCMinimalVoutWindow.m */,
+				CC6C01AE0DDF3E9200C7D754 /* VLCOpenGLVoutView.m */,
+				CC6C01AF0DDF3E9200C7D754 /* voutagl.h */,
+				CC6C01B00DDF3E9200C7D754 /* voutgl.h */,
+				CC6C01B10DDF3E9200C7D754 /* voutgl.m */,
+				CC6C01B20DDF3E9200C7D754 /* VLCOpenGLVoutView.h */,
+				CC6C01B30DDF3E9200C7D754 /* voutagl.m */,
+			);
+			name = "Minimal Mac OS X Classes";
+			sourceTree = "<group>";
+		};
+		CCC8957F0D9A8A61005AE59C /* OSX-specific source files */ = {
+			isa = PBXGroup;
+			children = (
+				CC6C01BD0DDF3F2100C7D754 /* quartztext.c */,
+				CC6C01BB0DDF3F0700C7D754 /* opengl.c */,
+				CC6C01BC0DDF3F0700C7D754 /* opengllayer.m */,
+				CC6C01B90DDF3EBC00C7D754 /* darwin_specific.c */,
+				CC6C01BA0DDF3EEC00C7D754 /* auhal.c */,
 				CCC895830D9A8A82005AE59C /* eyetv.m */,
 			);
-			name = "OSX-specific access";
+			name = "OSX-specific source files";
 			sourceTree = "<group>";
 		};
 		CCCB86BF0ACFDE4A00CF1E10 /* Native FSPanel icons */ = {
@@ -1841,7 +1881,6 @@
 				INSTALL_PATH = "$(HOME)/Library/Bundles";
 				JAVAC_SOURCE_FILE_ENCODING = "ISO-8859-1";
 				LIBRARY_SEARCH_PATHS = /Volumes/Genitus/vlc/modules/gui/macosx;
-				OPTIMIZATION_CFLAGS = "-O0";
 				OTHER_CFLAGS = "";
 				OTHER_LDFLAGS = "";
 				OTHER_REZFLAGS = "";




More information about the vlc-devel mailing list