diff options
author | Sylvain Rebaud <sylvain@plutinosoft.com> | 2012-03-16 23:32:10 -0700 |
---|---|---|
committer | Jonathan Marshall <jmarshall@never.you.mind> | 2012-03-19 13:40:25 +1300 |
commit | 163fbda342046d1109f0769054cc32d9e65d37b0 (patch) | |
tree | c5c9fd6244d1dcb3864eda64ddba5180e05c509e /XBMC-IOS.xcodeproj | |
parent | ddd5ae0a17d008c1087ec61391a822302f069efe (diff) |
Merged support for audio/L16 mimetype from andrewfg PR 251
Diffstat (limited to 'XBMC-IOS.xcodeproj')
-rw-r--r-- | XBMC-IOS.xcodeproj/project.pbxproj | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/XBMC-IOS.xcodeproj/project.pbxproj b/XBMC-IOS.xcodeproj/project.pbxproj index b2ce3c9dfe..9ba2d9f343 100644 --- a/XBMC-IOS.xcodeproj/project.pbxproj +++ b/XBMC-IOS.xcodeproj/project.pbxproj @@ -26,6 +26,7 @@ 7C89628013B7031E003631FE /* GUIWindowScreensaverDim.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C89627E13B7031E003631FE /* GUIWindowScreensaverDim.cpp */; }; 7C99B6E9133D36E200FC2B16 /* CacheCircular.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C99B6E7133D36E200FC2B16 /* CacheCircular.cpp */; }; 7C99B7BE1340730000FC2B16 /* GUIDialogPlayEject.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7C99B7BC1340730000FC2B16 /* GUIDialogPlayEject.cpp */; }; + 7CCFD9991514950700211D82 /* PCMCodec.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CCFD9971514950700211D82 /* PCMCodec.cpp */; }; 7CEE2E7F13D6B7D4000ABF2A /* TimeSmoother.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7CEE2E7D13D6B7D4000ABF2A /* TimeSmoother.cpp */; }; C80711AD135DB85F002F601B /* InputOperations.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C80711AB135DB85F002F601B /* InputOperations.cpp */; }; C8EC5D26136953E100CCC10D /* XBMC_keytable.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C8EC5D24136953E100CCC10D /* XBMC_keytable.cpp */; }; @@ -982,6 +983,8 @@ 7C99B6E8133D36E200FC2B16 /* CacheCircular.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CacheCircular.h; sourceTree = "<group>"; }; 7C99B7BC1340730000FC2B16 /* GUIDialogPlayEject.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIDialogPlayEject.cpp; sourceTree = "<group>"; }; 7C99B7BD1340730000FC2B16 /* GUIDialogPlayEject.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIDialogPlayEject.h; sourceTree = "<group>"; }; + 7CCFD9971514950700211D82 /* PCMCodec.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PCMCodec.cpp; sourceTree = "<group>"; }; + 7CCFD9981514950700211D82 /* PCMCodec.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PCMCodec.h; sourceTree = "<group>"; }; 7CEE2E7D13D6B7D4000ABF2A /* TimeSmoother.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = TimeSmoother.cpp; sourceTree = "<group>"; }; 7CEE2E7E13D6B7D4000ABF2A /* TimeSmoother.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TimeSmoother.h; sourceTree = "<group>"; }; 83D619BB13C0D25300418A0F /* README.ios */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.ios; sourceTree = "<group>"; }; @@ -4275,6 +4278,8 @@ F56C8323131F42E7000AD0F6 /* OGGcodec.h */, F56C8324131F42E7000AD0F6 /* PAPlayer.cpp */, F56C8325131F42E7000AD0F6 /* PAPlayer.h */, + 7CCFD9971514950700211D82 /* PCMCodec.cpp */, + 7CCFD9981514950700211D82 /* PCMCodec.h */, F56C8326131F42E7000AD0F6 /* ReplayGain.cpp */, F56C8327131F42E7000AD0F6 /* ReplayGain.h */, F56C8328131F42E7000AD0F6 /* SIDCodec.cpp */, @@ -6949,6 +6954,7 @@ F5E112EC143577A000175026 /* Peripherals.cpp in Sources */, DF6739E21443765F00A5A509 /* FileUPnP.cpp in Sources */, F5BD034F148D496A001B5583 /* CryptThreading.cpp in Sources */, + 7CCFD9991514950700211D82 /* PCMCodec.cpp in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; |