aboutsummaryrefslogtreecommitdiff
path: root/XBMC.xcodeproj
diff options
context:
space:
mode:
authordavilla <davilla@4pi.com>2011-07-20 19:29:41 -0400
committerdavilla <davilla@4pi.com>2011-07-20 19:29:41 -0400
commita0c03e49865adcdf70be9bb7c0e9a0331d928eb5 (patch)
tree025102a2f4ac92f74512e2bd1c0aff19b4ddb295 /XBMC.xcodeproj
parent1fb2a37f76080a2a152277ed2f4241724e6b4dee (diff)
[osx] changed back to original usage of CVxxxx routines for timing
Diffstat (limited to 'XBMC.xcodeproj')
-rw-r--r--XBMC.xcodeproj/project.pbxproj8
1 files changed, 0 insertions, 8 deletions
diff --git a/XBMC.xcodeproj/project.pbxproj b/XBMC.xcodeproj/project.pbxproj
index ba7c662266..da8eabbafa 100644
--- a/XBMC.xcodeproj/project.pbxproj
+++ b/XBMC.xcodeproj/project.pbxproj
@@ -1761,8 +1761,6 @@
F5A1CBBB0F6B06CF00A96ABD /* DiskArbitration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 88ECB6580DE013C4003396A7 /* DiskArbitration.framework */; };
F5A2BD0E0F7AD9140006ABA0 /* ZeroconfOSX.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E46F7C2C0F77219700C25D29 /* ZeroconfOSX.cpp */; };
F5A2BD0F0F7AD92C0006ABA0 /* Zeroconf.cpp in Sources */ = {isa = PBXBuildFile; fileRef = E46F7C280F77217400C25D29 /* Zeroconf.cpp */; };
- 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 */; };
F5A7A702112893E50059D6AA /* AnnouncementManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5A7A700112893E50059D6AA /* AnnouncementManager.cpp */; };
F5A7A703112893E50059D6AA /* AnnouncementManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5A7A700112893E50059D6AA /* AnnouncementManager.cpp */; };
F5A7A85B112908F00059D6AA /* WebServer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5A7A859112908F00059D6AA /* WebServer.cpp */; };
@@ -3732,8 +3730,6 @@
F5A00B240EFDE44100CD59F3 /* NullDirectSound.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = NullDirectSound.cpp; path = xbmc/cores/AudioRenderers/NullDirectSound.cpp; sourceTree = SOURCE_ROOT; };
F5A00B250EFDE44100CD59F3 /* NullDirectSound.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = NullDirectSound.h; path = xbmc/cores/AudioRenderers/NullDirectSound.h; sourceTree = SOURCE_ROOT; };
F5A1CBD20F6B06CF00A96ABD /* XBMC */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = XBMC; sourceTree = BUILT_PRODUCTS_DIR; };
- 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>"; };
F5A7A700112893E50059D6AA /* AnnouncementManager.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AnnouncementManager.cpp; sourceTree = "<group>"; };
F5A7A701112893E50059D6AA /* AnnouncementManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AnnouncementManager.h; sourceTree = "<group>"; };
F5A7A859112908F00059D6AA /* WebServer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = WebServer.cpp; sourceTree = "<group>"; };
@@ -4955,8 +4951,6 @@
E306D12D0DDF7B590052C2AD /* XBMCHelper.h */,
F51CEEEE0F5C5D20004F4602 /* OSXGNUReplacements.c */,
F51CEEF00F5C5D28004F4602 /* OSXGNUReplacements.h */,
- F5A7A61F1127980A0059D6AA /* posix-realtime-stub.c */,
- F5A7A6201127980A0059D6AA /* posix-realtime-stub.h */,
F5ACB5370FC3DF3D00AAA056 /* eprintf.cpp */,
);
path = osx;
@@ -7861,7 +7855,6 @@
F5F245EE1112C9AB009126C6 /* FileUtils.cpp in Sources */,
18CCEAEE1112F5B800615FC6 /* PCMRemap.cpp in Sources */,
F5F24E8611232488009126C6 /* DVDAudioEncoderFFmpeg.cpp in Sources */,
- F5A7A6211127980A0059D6AA /* posix-realtime-stub.c in Sources */,
F5A7A702112893E50059D6AA /* AnnouncementManager.cpp in Sources */,
F5A7A85B112908F00059D6AA /* WebServer.cpp in Sources */,
7C7B2B301134F36400713D6D /* mysqldataset.cpp in Sources */,
@@ -8756,7 +8749,6 @@
F5F245EF1112C9AB009126C6 /* FileUtils.cpp in Sources */,
18CCEAEF1112F5B800615FC6 /* PCMRemap.cpp in Sources */,
F5F24E8711232488009126C6 /* DVDAudioEncoderFFmpeg.cpp in Sources */,
- F5A7A6221127980A0059D6AA /* posix-realtime-stub.c in Sources */,
F5A7A703112893E50059D6AA /* AnnouncementManager.cpp in Sources */,
F5A7A85C112908F00059D6AA /* WebServer.cpp in Sources */,
7C7B2B311134F36400713D6D /* mysqldataset.cpp in Sources */,