diff options
author | davilla <davilla@svn> | 2010-02-08 19:14:12 +0000 |
---|---|---|
committer | davilla <davilla@svn> | 2010-02-08 19:14:12 +0000 |
commit | 54339ec5a3c2f3c76e3b09978cb53f47f148e8ca (patch) | |
tree | 7fbd44dcebd91254349aa3cc65d70955c4634834 /XBMC.xcodeproj | |
parent | a05222b852d594430fa9ab5bf4d14cb410b23bb2 (diff) |
[osx] sync xcode project
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@27577 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'XBMC.xcodeproj')
-rw-r--r-- | XBMC.xcodeproj/project.pbxproj | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/XBMC.xcodeproj/project.pbxproj b/XBMC.xcodeproj/project.pbxproj index 3b9dfebb90..ebbc8ba19e 100644 --- a/XBMC.xcodeproj/project.pbxproj +++ b/XBMC.xcodeproj/project.pbxproj @@ -1826,6 +1826,8 @@ F5F245DB1112C6AC009126C6 /* DVDAudioCodecPassthroughFFmpeg.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5F245D81112C6AC009126C6 /* DVDAudioCodecPassthroughFFmpeg.cpp */; }; F5F245EE1112C9AB009126C6 /* FileUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5F245EC1112C9AB009126C6 /* FileUtils.cpp */; }; F5F245EF1112C9AB009126C6 /* FileUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5F245EC1112C9AB009126C6 /* FileUtils.cpp */; }; + F5F24D4A1120994F009126C6 /* PCMLimiter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5F24D481120994F009126C6 /* PCMLimiter.cpp */; }; + F5F24D4B1120994F009126C6 /* PCMLimiter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5F24D481120994F009126C6 /* PCMLimiter.cpp */; }; F5F2EF4B0E593E0D0092C37F /* DVDFileInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5F2EF4A0E593E0D0092C37F /* DVDFileInfo.cpp */; }; F5F8E1DA0E427E8000A8E96F /* VGMCodec.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5F8E1D90E427E8000A8E96F /* VGMCodec.cpp */; }; F5F8E1E80E427F6700A8E96F /* md5.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5F8E1E60E427F6700A8E96F /* md5.cpp */; }; @@ -2315,7 +2317,6 @@ E38E14710D25F9F900618676 /* AutoSwitch.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AutoSwitch.h; sourceTree = "<group>"; }; E38E14720D25F9F900618676 /* BackgroundInfoLoader.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = BackgroundInfoLoader.cpp; sourceTree = "<group>"; }; E38E14730D25F9F900618676 /* BackgroundInfoLoader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BackgroundInfoLoader.h; sourceTree = "<group>"; }; - E38E14760D25F9F900618676 /* BusyIndicator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BusyIndicator.h; sourceTree = "<group>"; }; E38E14770D25F9F900618676 /* ButtonTranslator.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ButtonTranslator.cpp; sourceTree = "<group>"; }; E38E14780D25F9F900618676 /* ButtonTranslator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ButtonTranslator.h; sourceTree = "<group>"; }; E38E14800D25F9F900618676 /* CDDAReader.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CDDAReader.cpp; sourceTree = "<group>"; }; @@ -2550,7 +2551,6 @@ E38E16240D25F9FA00618676 /* OGGcodec.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OGGcodec.h; sourceTree = "<group>"; }; E38E162A0D25F9FA00618676 /* ReplayGain.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ReplayGain.cpp; sourceTree = "<group>"; }; E38E162B0D25F9FA00618676 /* ReplayGain.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ReplayGain.h; sourceTree = "<group>"; }; - E38E162D0D25F9FA00618676 /* license.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = license.txt; sourceTree = "<group>"; }; E38E16310D25F9FA00618676 /* SIDCodec.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SIDCodec.cpp; sourceTree = "<group>"; }; E38E16320D25F9FA00618676 /* SIDCodec.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SIDCodec.h; sourceTree = "<group>"; }; E38E16340D25F9FA00618676 /* Types.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Types.h; sourceTree = "<group>"; }; @@ -3786,6 +3786,8 @@ F5F245D91112C6AC009126C6 /* DVDAudioCodecPassthroughFFmpeg.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DVDAudioCodecPassthroughFFmpeg.h; sourceTree = "<group>"; }; F5F245EC1112C9AB009126C6 /* FileUtils.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = FileUtils.cpp; sourceTree = "<group>"; }; F5F245ED1112C9AB009126C6 /* FileUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FileUtils.h; sourceTree = "<group>"; }; + F5F24D481120994F009126C6 /* PCMLimiter.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PCMLimiter.cpp; sourceTree = "<group>"; }; + F5F24D491120994F009126C6 /* PCMLimiter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PCMLimiter.h; sourceTree = "<group>"; }; F5F2EF490E593E0D0092C37F /* DVDFileInfo.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = DVDFileInfo.h; sourceTree = "<group>"; }; F5F2EF4A0E593E0D0092C37F /* DVDFileInfo.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = DVDFileInfo.cpp; sourceTree = "<group>"; }; F5F8E1D80E427E8000A8E96F /* VGMCodec.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = VGMCodec.h; sourceTree = "<group>"; }; @@ -4448,7 +4450,6 @@ E38E14710D25F9F900618676 /* AutoSwitch.h */, E38E14720D25F9F900618676 /* BackgroundInfoLoader.cpp */, E38E14730D25F9F900618676 /* BackgroundInfoLoader.h */, - E38E14760D25F9F900618676 /* BusyIndicator.h */, E38E14770D25F9F900618676 /* ButtonTranslator.cpp */, E38E14780D25F9F900618676 /* ButtonTranslator.h */, E38E147F0D25F9F900618676 /* cdrip */, @@ -5115,8 +5116,8 @@ F5F240EA110A4F76009126C6 /* CrystalHD */, E38E153B0D25F9F900618676 /* DllLibMpeg2.h */, E38E153C0D25F9F900618676 /* DVDVideoCodec.h */, - F595994310E9F322004B58B3 /* DVDVideoCodecCrystalHD.h */, F595994410E9F322004B58B3 /* DVDVideoCodecCrystalHD.cpp */, + F595994310E9F322004B58B3 /* DVDVideoCodecCrystalHD.h */, E38E153D0D25F9F900618676 /* DVDVideoCodecFFmpeg.cpp */, E38E153E0D25F9F900618676 /* DVDVideoCodecFFmpeg.h */, E38E153F0D25F9F900618676 /* DVDVideoCodecLibMpeg2.cpp */, @@ -5334,7 +5335,6 @@ E38E162C0D25F9FA00618676 /* shn */ = { isa = PBXGroup; children = ( - E38E162D0D25F9FA00618676 /* license.txt */, ); path = shn; sourceTree = "<group>"; @@ -6601,8 +6601,6 @@ isa = PBXGroup; children = ( E38E1E230D25F9FD00618676 /* AlarmClock.cpp */, - 18CCEAEC1112F5B800615FC6 /* PCMRemap.cpp */, - 18CCEAED1112F5B800615FC6 /* PCMRemap.h */, E38E1E240D25F9FD00618676 /* AlarmClock.h */, F5A9D3081097C9370050490F /* AliasShortcutUtils.cpp */, F5A9D3071097C9370050490F /* AliasShortcutUtils.h */, @@ -6689,6 +6687,10 @@ 7CAA25341085963B0096DE39 /* PasswordManager.h */, E38E1E6D0D25F9FD00618676 /* PCMAmplifier.cpp */, E38E1E6E0D25F9FD00618676 /* PCMAmplifier.h */, + F5F24D481120994F009126C6 /* PCMLimiter.cpp */, + F5F24D491120994F009126C6 /* PCMLimiter.h */, + 18CCEAEC1112F5B800615FC6 /* PCMRemap.cpp */, + 18CCEAED1112F5B800615FC6 /* PCMRemap.h */, E38E1E6F0D25F9FD00618676 /* PerformanceSample.cpp */, E38E1E700D25F9FD00618676 /* PerformanceSample.h */, E38E1E710D25F9FD00618676 /* PerformanceStats.cpp */, @@ -8051,6 +8053,7 @@ F5F245DA1112C6AC009126C6 /* DVDAudioCodecPassthroughFFmpeg.cpp in Sources */, F5F245EE1112C9AB009126C6 /* FileUtils.cpp in Sources */, 18CCEAEE1112F5B800615FC6 /* PCMRemap.cpp in Sources */, + F5F24D4A1120994F009126C6 /* PCMLimiter.cpp in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -8904,6 +8907,7 @@ F5F245DB1112C6AC009126C6 /* DVDAudioCodecPassthroughFFmpeg.cpp in Sources */, F5F245EF1112C9AB009126C6 /* FileUtils.cpp in Sources */, 18CCEAEF1112F5B800615FC6 /* PCMRemap.cpp in Sources */, + F5F24D4B1120994F009126C6 /* PCMLimiter.cpp in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; |