Changeset 81b9a24bf9e7e0ea3d7f36d3d3bb8eb29eb6270e

Show
Ignore:
Timestamp:
05/17/08 18:30:00 (4 months ago)
Author:
Felix Paul Kühne <fkuehne@videolan.org>
git-committer:
Felix Paul Kühne <fkuehne@videolan.org> 1211041800 +0200
git-parent:

[848663122bc0a1ce567444fdab83a630b79ea6ae]

git-author:
Felix Paul Kühne <fkuehne@videolan.org> 1211041786 +0200
Message:

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

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • extras/package/macosx/vlc.xcodeproj/project.pbxproj

    rb597a79 r81b9a24  
    11191119        CC4ED9B10ABE07C800CA4CC5 /* shuffle_embedded_blue.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = shuffle_embedded_blue.png; path = Resources/shuffle_embedded_blue.png; sourceTree = "<group>"; }; 
    11201120        CC4ED9B20ABE07C800CA4CC5 /* shuffle_embedded.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = shuffle_embedded.png; path = Resources/shuffle_embedded.png; sourceTree = "<group>"; }; 
     1121        CC6C01A90DDF3E9200C7D754 /* intf.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = intf.h; path = ../../../modules/gui/minimal_macosx/intf.h; sourceTree = SOURCE_ROOT; }; 
     1122        CC6C01AA0DDF3E9200C7D754 /* intf.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = intf.m; path = ../../../modules/gui/minimal_macosx/intf.m; sourceTree = SOURCE_ROOT; }; 
     1123        CC6C01AB0DDF3E9200C7D754 /* macosx.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = macosx.c; path = ../../../modules/gui/minimal_macosx/macosx.c; sourceTree = SOURCE_ROOT; }; 
     1124        CC6C01AC0DDF3E9200C7D754 /* VLCMinimalVoutWindow.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VLCMinimalVoutWindow.h; path = ../../../modules/gui/minimal_macosx/VLCMinimalVoutWindow.h; sourceTree = SOURCE_ROOT; }; 
     1125        CC6C01AD0DDF3E9200C7D754 /* VLCMinimalVoutWindow.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = VLCMinimalVoutWindow.m; path = ../../../modules/gui/minimal_macosx/VLCMinimalVoutWindow.m; sourceTree = SOURCE_ROOT; }; 
     1126        CC6C01AE0DDF3E9200C7D754 /* VLCOpenGLVoutView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = VLCOpenGLVoutView.m; path = ../../../modules/gui/minimal_macosx/VLCOpenGLVoutView.m; sourceTree = SOURCE_ROOT; }; 
     1127        CC6C01AF0DDF3E9200C7D754 /* voutagl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = voutagl.h; path = ../../../modules/gui/minimal_macosx/voutagl.h; sourceTree = SOURCE_ROOT; }; 
     1128        CC6C01B00DDF3E9200C7D754 /* voutgl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = voutgl.h; path = ../../../modules/gui/minimal_macosx/voutgl.h; sourceTree = SOURCE_ROOT; }; 
     1129        CC6C01B10DDF3E9200C7D754 /* voutgl.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = voutgl.m; path = ../../../modules/gui/minimal_macosx/voutgl.m; sourceTree = SOURCE_ROOT; }; 
     1130        CC6C01B20DDF3E9200C7D754 /* VLCOpenGLVoutView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = VLCOpenGLVoutView.h; path = ../../../modules/gui/minimal_macosx/VLCOpenGLVoutView.h; sourceTree = SOURCE_ROOT; }; 
     1131        CC6C01B30DDF3E9200C7D754 /* voutagl.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = voutagl.m; path = ../../../modules/gui/minimal_macosx/voutagl.m; sourceTree = SOURCE_ROOT; }; 
     1132        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; }; 
     1133        CC6C01BA0DDF3EEC00C7D754 /* auhal.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = auhal.c; path = ../../../modules/audio_output/auhal.c; sourceTree = SOURCE_ROOT; }; 
     1134        CC6C01BB0DDF3F0700C7D754 /* opengl.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = opengl.c; path = ../../../modules/video_output/opengl.c; sourceTree = SOURCE_ROOT; }; 
     1135        CC6C01BC0DDF3F0700C7D754 /* opengllayer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = opengllayer.m; path = ../../../modules/video_output/opengllayer.m; sourceTree = SOURCE_ROOT; }; 
     1136        CC6C01BD0DDF3F2100C7D754 /* quartztext.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = quartztext.c; path = ../../../modules/misc/quartztext.c; sourceTree = SOURCE_ROOT; }; 
    11211137        CC6D8D9C0A878DED006F2BBE /* AppleRemote.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AppleRemote.h; path = ../../../modules/gui/macosx/AppleRemote.h; sourceTree = SOURCE_ROOT; }; 
    11221138        CC6D8D9D0A878DED006F2BBE /* AppleRemote.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AppleRemote.m; path = ../../../modules/gui/macosx/AppleRemote.m; sourceTree = SOURCE_ROOT; }; 
     
    12051221            isa = PBXGroup; 
    12061222            children = ( 
    1207                 CCC8957F0D9A8A61005AE59C /* OSX-specific access */, 
     1223                CC6C01A40DDF3E7800C7D754 /* Minimal Mac OS X Classes */, 
     1224                CCC8957F0D9A8A61005AE59C /* OSX-specific source files */, 
    12081225                08FB77AFFE84173DC02AAC07 /* Classes */, 
    12091226                089C167CFE841241C02AAC07 /* Resources */, 
     
    14791496            sourceTree = "<group>"; 
    14801497        }; 
    1481         CCC8957F0D9A8A61005AE59C /* OSX-specific access */ = { 
     1498        CC6C01A40DDF3E7800C7D754 /* Minimal Mac OS X Classes */ = { 
    14821499            isa = PBXGroup; 
    14831500            children = ( 
     1501                CC6C01A90DDF3E9200C7D754 /* intf.h */, 
     1502                CC6C01AA0DDF3E9200C7D754 /* intf.m */, 
     1503                CC6C01AB0DDF3E9200C7D754 /* macosx.c */, 
     1504                CC6C01AC0DDF3E9200C7D754 /* VLCMinimalVoutWindow.h */, 
     1505                CC6C01AD0DDF3E9200C7D754 /* VLCMinimalVoutWindow.m */, 
     1506                CC6C01AE0DDF3E9200C7D754 /* VLCOpenGLVoutView.m */, 
     1507                CC6C01AF0DDF3E9200C7D754 /* voutagl.h */, 
     1508                CC6C01B00DDF3E9200C7D754 /* voutgl.h */, 
     1509                CC6C01B10DDF3E9200C7D754 /* voutgl.m */, 
     1510                CC6C01B20DDF3E9200C7D754 /* VLCOpenGLVoutView.h */, 
     1511                CC6C01B30DDF3E9200C7D754 /* voutagl.m */, 
     1512            ); 
     1513            name = "Minimal Mac OS X Classes"; 
     1514            sourceTree = "<group>"; 
     1515        }; 
     1516        CCC8957F0D9A8A61005AE59C /* OSX-specific source files */ = { 
     1517            isa = PBXGroup; 
     1518            children = ( 
     1519                CC6C01BD0DDF3F2100C7D754 /* quartztext.c */, 
     1520                CC6C01BB0DDF3F0700C7D754 /* opengl.c */, 
     1521                CC6C01BC0DDF3F0700C7D754 /* opengllayer.m */, 
     1522                CC6C01B90DDF3EBC00C7D754 /* darwin_specific.c */, 
     1523                CC6C01BA0DDF3EEC00C7D754 /* auhal.c */, 
    14841524                CCC895830D9A8A82005AE59C /* eyetv.m */, 
    14851525            ); 
    1486             name = "OSX-specific access"; 
     1526            name = "OSX-specific source files"; 
    14871527            sourceTree = "<group>"; 
    14881528        }; 
     
    18421882                JAVAC_SOURCE_FILE_ENCODING = "ISO-8859-1"; 
    18431883                LIBRARY_SEARCH_PATHS = /Volumes/Genitus/vlc/modules/gui/macosx; 
    1844                 OPTIMIZATION_CFLAGS = "-O0"; 
    18451884                OTHER_CFLAGS = ""; 
    18461885                OTHER_LDFLAGS = "";