diff options
author | davilla <davilla@svn> | 2010-02-14 03:06:45 +0000 |
---|---|---|
committer | davilla <davilla@svn> | 2010-02-14 03:06:45 +0000 |
commit | 975f1163ccccb5e82530b5a529692f43e7c116cb (patch) | |
tree | 6884baa9ba63e1a826f0210b5f985321696fdcf1 /XBMC.xcodeproj | |
parent | a2cb037a206438393ca5d431a6cd20c245b4f8e1 (diff) |
replace osx platform timing with mach-o version of clock_gettime and friends.
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@27751 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'XBMC.xcodeproj')
-rw-r--r-- | XBMC.xcodeproj/project.pbxproj | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/XBMC.xcodeproj/project.pbxproj b/XBMC.xcodeproj/project.pbxproj index 7812bf5a3e..067dc68589 100644 --- a/XBMC.xcodeproj/project.pbxproj +++ b/XBMC.xcodeproj/project.pbxproj @@ -1736,6 +1736,8 @@ F5A2BD0F0F7AD92C0006ABA0 /* Zeroconf.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E46F7C280F77217400C25D29 /* Zeroconf.cpp */; }; F5A2BD600F7AE6CB0006ABA0 /* libsmbclient.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = E3D547950D723EFD00F36320 /* libsmbclient.dylib */; }; F5A2BD610F7AE6CB0006ABA0 /* libsmbclient.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = E3D547950D723EFD00F36320 /* libsmbclient.dylib */; }; + F5A7A6211127980A0059D6AA /* posix-realtime-stub.c in Sources */ = {isa = PBXBuildFile; fileRef = F5A7A61F1127980A0059D6AA /* posix-realtime-stub.c */; }; + F5A7A6221127980A0059D6AA /* posix-realtime-stub.c in Sources */ = {isa = PBXBuildFile; fileRef = F5A7A61F1127980A0059D6AA /* posix-realtime-stub.c */; }; F5A9D3091097C9370050490F /* AliasShortcutUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5A9D3081097C9370050490F /* AliasShortcutUtils.cpp */; }; F5A9D30A1097C9370050490F /* AliasShortcutUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5A9D3081097C9370050490F /* AliasShortcutUtils.cpp */; }; F5AAC9CF0FB0D20100DBB77C /* libsqlite3.0.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = F5AAC9CE0FB0D20100DBB77C /* libsqlite3.0.dylib */; }; @@ -3693,6 +3695,8 @@ F5A1CC0B0F6B20D600A96ABD /* libGoAhead-powerpc-osx.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = "libGoAhead-powerpc-osx.a"; path = "xbmc/lib/libGoAhead/libGoAhead-powerpc-osx.a"; sourceTree = SOURCE_ROOT; }; F5A1CC0D0F6B214800A96ABD /* libSDL-powerpc-osx.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = "libSDL-powerpc-osx.a"; path = "lib/libSDL-OSX/libSDL-powerpc-osx.a"; sourceTree = "<group>"; }; F5A1CC130F6B216400A96ABD /* libSDL_mixer-powerpc-osx.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = "libSDL_mixer-powerpc-osx.a"; path = "lib/libSDL-OSX/libSDL_mixer-powerpc-osx.a"; sourceTree = "<group>"; }; + F5A7A61F1127980A0059D6AA /* posix-realtime-stub.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = "posix-realtime-stub.c"; sourceTree = "<group>"; }; + F5A7A6201127980A0059D6AA /* posix-realtime-stub.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "posix-realtime-stub.h"; sourceTree = "<group>"; }; F5A9D3071097C9370050490F /* AliasShortcutUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AliasShortcutUtils.h; sourceTree = "<group>"; }; F5A9D3081097C9370050490F /* AliasShortcutUtils.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AliasShortcutUtils.cpp; sourceTree = "<group>"; }; F5AAC9CE0FB0D20100DBB77C /* libsqlite3.0.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libsqlite3.0.dylib; path = /opt/local/lib/libsqlite3.0.dylib; sourceTree = "<absolute>"; }; @@ -4279,6 +4283,8 @@ E306D12D0DDF7B590052C2AD /* XBMCHelper.h */, F51CEEEE0F5C5D20004F4602 /* OSXGNUReplacements.c */, F51CEEF00F5C5D28004F4602 /* OSXGNUReplacements.h */, + F5A7A61F1127980A0059D6AA /* posix-realtime-stub.c */, + F5A7A6201127980A0059D6AA /* posix-realtime-stub.h */, F5F23E9511041596009126C6 /* SemaphoreDarwin.cpp */, F5F23E9411041595009126C6 /* SemaphoreDarwin.h */, F599CD73108E6A7A0010EC2A /* DarwinStorageProvider.cpp */, @@ -8065,6 +8071,7 @@ F5F24D4A1120994F009126C6 /* PCMLimiter.cpp in Sources */, F5F24E8611232488009126C6 /* DVDAudioEncoderFFmpeg.cpp in Sources */, 7C644FC7112367A60012D34D /* GUILabel.cpp in Sources */, + F5A7A6211127980A0059D6AA /* posix-realtime-stub.c in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -8920,6 +8927,7 @@ F5F24D4B1120994F009126C6 /* PCMLimiter.cpp in Sources */, F5F24E8711232488009126C6 /* DVDAudioEncoderFFmpeg.cpp in Sources */, 7C644FC8112367A60012D34D /* GUILabel.cpp in Sources */, + F5A7A6221127980A0059D6AA /* posix-realtime-stub.c in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; |