diff options
author | davilla <davilla@4pi.com> | 2012-05-05 08:17:37 -0400 |
---|---|---|
committer | davilla <davilla@4pi.com> | 2012-05-05 11:44:13 -0400 |
commit | 67503cf8d200a4e5a34a1f3e59666035fd198035 (patch) | |
tree | 7c01e387e74f6c3e9cb6d26d0002829829514a80 /XBMC-ATV2.xcodeproj | |
parent | 5682f21ef3f7a18a7e9fb6668775288f4c452980 (diff) |
[osx/ios] fixed broken build that caught me napping
Diffstat (limited to 'XBMC-ATV2.xcodeproj')
-rw-r--r-- | XBMC-ATV2.xcodeproj/project.pbxproj | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/XBMC-ATV2.xcodeproj/project.pbxproj b/XBMC-ATV2.xcodeproj/project.pbxproj index 788ec0be73..4bcf7b8405 100644 --- a/XBMC-ATV2.xcodeproj/project.pbxproj +++ b/XBMC-ATV2.xcodeproj/project.pbxproj @@ -1372,7 +1372,6 @@ F56C7210131EC151000AD0F6 /* EncoderVorbis.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = EncoderVorbis.h; sourceTree = "<group>"; }; F56C7211131EC151000AD0F6 /* EncoderWav.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = EncoderWav.cpp; sourceTree = "<group>"; }; F56C7212131EC151000AD0F6 /* EncoderWav.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = EncoderWav.h; sourceTree = "<group>"; }; - F56C7214131EC151000AD0F6 /* lame.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = lame.h; sourceTree = "<group>"; }; F56C721D131EC151000AD0F6 /* PlayerCoreConfig.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PlayerCoreConfig.h; path = playercorefactory/PlayerCoreConfig.h; sourceTree = "<group>"; }; F56C721E131EC151000AD0F6 /* PlayerCoreFactory.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PlayerCoreFactory.cpp; path = playercorefactory/PlayerCoreFactory.cpp; sourceTree = "<group>"; }; F56C721F131EC151000AD0F6 /* PlayerCoreFactory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PlayerCoreFactory.h; path = playercorefactory/PlayerCoreFactory.h; sourceTree = "<group>"; }; @@ -3543,7 +3542,6 @@ F56C71FE131EC151000AD0F6 /* cdrip */ = { isa = PBXGroup; children = ( - F56C7213131EC151000AD0F6 /* lame */, F56C71FF131EC151000AD0F6 /* CDDAReader.cpp */, F56C7200131EC151000AD0F6 /* CDDAReader.h */, F56C7201131EC151000AD0F6 /* CDDARipper.cpp */, @@ -3568,14 +3566,6 @@ path = cdrip; sourceTree = "<group>"; }; - F56C7213131EC151000AD0F6 /* lame */ = { - isa = PBXGroup; - children = ( - F56C7214131EC151000AD0F6 /* lame.h */, - ); - path = lame; - sourceTree = "<group>"; - }; F56C721B131EC151000AD0F6 /* cores */ = { isa = PBXGroup; children = ( |