diff options
author | spiff <spiff@xbmc.org> | 2011-04-27 18:01:07 +0200 |
---|---|---|
committer | spiff <spiff@xbmc.org> | 2011-04-28 18:14:09 +0200 |
commit | 56ec5f9cc3d4058fcf198a0ec6a385b6d8304fc3 (patch) | |
tree | a835a1301503514b342b15f3b948e7751042772f /XBMC-IOS.xcodeproj | |
parent | b271596f07c91f2881f512f6c11f045c2b5da28c (diff) |
changed: our aiff codec does not handle all files so let ffmpeg do the honors
Diffstat (limited to 'XBMC-IOS.xcodeproj')
-rw-r--r-- | XBMC-IOS.xcodeproj/project.pbxproj | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/XBMC-IOS.xcodeproj/project.pbxproj b/XBMC-IOS.xcodeproj/project.pbxproj index 01d896a66a..953e5616d2 100644 --- a/XBMC-IOS.xcodeproj/project.pbxproj +++ b/XBMC-IOS.xcodeproj/project.pbxproj @@ -291,7 +291,6 @@ F56C8920131F42ED000AD0F6 /* ASAPCodec.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F56C8306131F42E7000AD0F6 /* ASAPCodec.cpp */; }; F56C8921131F42ED000AD0F6 /* DVDPlayerCodec.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F56C8308131F42E7000AD0F6 /* DVDPlayerCodec.cpp */; }; F56C8922131F42ED000AD0F6 /* ADPCMCodec.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F56C830A131F42E7000AD0F6 /* ADPCMCodec.cpp */; }; - F56C8923131F42ED000AD0F6 /* AIFFcodec.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F56C830C131F42E7000AD0F6 /* AIFFcodec.cpp */; }; F56C8924131F42ED000AD0F6 /* AudioDecoder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F56C830E131F42E7000AD0F6 /* AudioDecoder.cpp */; }; F56C8925131F42ED000AD0F6 /* CDDAcodec.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F56C8311131F42E7000AD0F6 /* CDDAcodec.cpp */; }; F56C8926131F42ED000AD0F6 /* CodecFactory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F56C8313131F42E7000AD0F6 /* CodecFactory.cpp */; }; @@ -1615,8 +1614,6 @@ F56C8309131F42E7000AD0F6 /* DVDPlayerCodec.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DVDPlayerCodec.h; sourceTree = "<group>"; }; F56C830A131F42E7000AD0F6 /* ADPCMCodec.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ADPCMCodec.cpp; sourceTree = "<group>"; }; F56C830B131F42E7000AD0F6 /* ADPCMCodec.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ADPCMCodec.h; sourceTree = "<group>"; }; - F56C830C131F42E7000AD0F6 /* AIFFcodec.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AIFFcodec.cpp; sourceTree = "<group>"; }; - F56C830D131F42E7000AD0F6 /* AIFFcodec.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AIFFcodec.h; sourceTree = "<group>"; }; F56C830E131F42E7000AD0F6 /* AudioDecoder.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AudioDecoder.cpp; sourceTree = "<group>"; }; F56C830F131F42E7000AD0F6 /* AudioDecoder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AudioDecoder.h; sourceTree = "<group>"; }; F56C8310131F42E7000AD0F6 /* CachingCodec.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CachingCodec.h; sourceTree = "<group>"; }; @@ -4190,8 +4187,6 @@ F56C8309131F42E7000AD0F6 /* DVDPlayerCodec.h */, F56C830A131F42E7000AD0F6 /* ADPCMCodec.cpp */, F56C830B131F42E7000AD0F6 /* ADPCMCodec.h */, - F56C830C131F42E7000AD0F6 /* AIFFcodec.cpp */, - F56C830D131F42E7000AD0F6 /* AIFFcodec.h */, F56C830E131F42E7000AD0F6 /* AudioDecoder.cpp */, F56C830F131F42E7000AD0F6 /* AudioDecoder.h */, F56C8310131F42E7000AD0F6 /* CachingCodec.h */, @@ -6169,7 +6164,6 @@ F56C8920131F42ED000AD0F6 /* ASAPCodec.cpp in Sources */, F56C8921131F42ED000AD0F6 /* DVDPlayerCodec.cpp in Sources */, F56C8922131F42ED000AD0F6 /* ADPCMCodec.cpp in Sources */, - F56C8923131F42ED000AD0F6 /* AIFFcodec.cpp in Sources */, F56C8924131F42ED000AD0F6 /* AudioDecoder.cpp in Sources */, F56C8925131F42ED000AD0F6 /* CDDAcodec.cpp in Sources */, F56C8926131F42ED000AD0F6 /* CodecFactory.cpp in Sources */, |