diff options
author | Arne Morten Kvarving <spiff@xbmc.org> | 2012-10-08 13:58:29 -0700 |
---|---|---|
committer | Arne Morten Kvarving <spiff@xbmc.org> | 2012-10-08 13:58:29 -0700 |
commit | 7942c1e09ebabcbf5d6436776470ffbeba3217c9 (patch) | |
tree | e198ace507f55a607df4c865b0249b78f2d6e11f /XBMC-ATV2.xcodeproj | |
parent | 79ed7ae85bb1f79bf826c923e87c629ed295ecfa (diff) | |
parent | b8aca9884f7aa4675b7be479ab0b9d2f6738038b (diff) |
Merge pull request #1571 from Memphiz/bxaremove
[PAPlayer] Remove BXACodec and use DVDPlayerCodec instead
Diffstat (limited to 'XBMC-ATV2.xcodeproj')
-rw-r--r-- | XBMC-ATV2.xcodeproj/project.pbxproj | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/XBMC-ATV2.xcodeproj/project.pbxproj b/XBMC-ATV2.xcodeproj/project.pbxproj index 99a2bb7253..e02d1ce8bc 100644 --- a/XBMC-ATV2.xcodeproj/project.pbxproj +++ b/XBMC-ATV2.xcodeproj/project.pbxproj @@ -104,7 +104,6 @@ DF33C2A415509C1B0046CDCB /* XbmcContext.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF33C2A215509C1B0046CDCB /* XbmcContext.cpp */; }; DF33C2AE15509C5A0046CDCB /* ilog.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF33C2AB15509C5A0046CDCB /* ilog.cpp */; }; DF34890913FD96390026A711 /* GUIAction.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF34890713FD96390026A711 /* GUIAction.cpp */; }; - DF44852F140064F40069344B /* BXAcodec.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF44852D140064F40069344B /* BXAcodec.cpp */; }; DF4485351400651B0069344B /* PipesManager.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF4485321400651B0069344B /* PipesManager.cpp */; }; DF4485381400654A0069344B /* AirTunesServer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF4485361400654A0069344B /* AirTunesServer.cpp */; }; DF527780151BAFD600B5B63B /* WebSocket.cpp in Sources */ = {isa = PBXBuildFile; fileRef = DF527777151BAFD600B5B63B /* WebSocket.cpp */; }; @@ -1258,8 +1257,6 @@ DF33C2AC15509C5A0046CDCB /* ilog.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ilog.h; sourceTree = "<group>"; }; DF34890713FD96390026A711 /* GUIAction.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GUIAction.cpp; sourceTree = "<group>"; }; DF34890813FD96390026A711 /* GUIAction.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GUIAction.h; sourceTree = "<group>"; }; - DF44852D140064F40069344B /* BXAcodec.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = BXAcodec.cpp; sourceTree = "<group>"; }; - DF44852E140064F40069344B /* BXAcodec.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BXAcodec.h; sourceTree = "<group>"; }; DF4485321400651B0069344B /* PipesManager.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = PipesManager.cpp; sourceTree = "<group>"; }; DF4485331400651B0069344B /* PipesManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PipesManager.h; sourceTree = "<group>"; }; DF4485361400654A0069344B /* AirTunesServer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AirTunesServer.cpp; sourceTree = "<group>"; }; @@ -4484,8 +4481,6 @@ F56C7305131EC151000AD0F6 /* ASAPCodec.h */, F56C730C131EC151000AD0F6 /* AudioDecoder.cpp */, F56C730D131EC151000AD0F6 /* AudioDecoder.h */, - DF44852D140064F40069344B /* BXAcodec.cpp */, - DF44852E140064F40069344B /* BXAcodec.h */, F56C730E131EC151000AD0F6 /* CachingCodec.h */, F56C730F131EC151000AD0F6 /* CDDAcodec.cpp */, F56C7310131EC151000AD0F6 /* CDDAcodec.h */, @@ -7390,7 +7385,6 @@ 18968DE814155E1D005BA742 /* ApplicationOperations.cpp in Sources */, DFCFC53D1413F7F70004D0BF /* AFPDirectory.cpp in Sources */, 32D6D47C1423A9D8003641AC /* JpegIO.cpp in Sources */, - DF44852F140064F40069344B /* BXAcodec.cpp in Sources */, DF4485351400651B0069344B /* PipesManager.cpp in Sources */, DF4485381400654A0069344B /* AirTunesServer.cpp in Sources */, DF98D9A81434F4B400A6EBE1 /* SkinVariable.cpp in Sources */, |