aboutsummaryrefslogtreecommitdiff
path: root/XBMC.xcodeproj
diff options
context:
space:
mode:
authordavilla <davilla@svn>2010-05-31 17:09:24 +0000
committerdavilla <davilla@svn>2010-05-31 17:09:24 +0000
commitfa1ca1a6101c949dca9b21f28d979bf5920252d3 (patch)
treea4c4f159b192db3bef6afbec621fa27c9575d690 /XBMC.xcodeproj
parent1769ce8688b94e48431aa2e8ce991b40a25422ef (diff)
[chd] remove unused files and move CrystalHD.xxx up one dir, heads up for windows devs
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@30721 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'XBMC.xcodeproj')
-rw-r--r--XBMC.xcodeproj/project.pbxproj32
1 files changed, 2 insertions, 30 deletions
diff --git a/XBMC.xcodeproj/project.pbxproj b/XBMC.xcodeproj/project.pbxproj
index deead80257..dac72b7664 100644
--- a/XBMC.xcodeproj/project.pbxproj
+++ b/XBMC.xcodeproj/project.pbxproj
@@ -1822,9 +1822,6 @@
F5DC8813110A4A2400EE1B15 /* XBMSDirectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5DC8812110A4A2400EE1B15 /* XBMSDirectory.cpp */; };
F5DC8814110A4A2400EE1B15 /* XBMSDirectory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F5DC8812110A4A2400EE1B15 /* XBMSDirectory.cpp */; };
F5DC8817110A4B8900EE1B15 /* libxbms-x86-osx.a in Frameworks */ = {isa = PBXBuildFile; fileRef = F5DC8816110A4B8900EE1B15 /* libxbms-x86-osx.a */; };
- F5DC8823110A559700EE1B15 /* h264_parser.c in Sources */ = {isa = PBXBuildFile; fileRef = F5DC8821110A559700EE1B15 /* h264_parser.c */; };
- F5DC8826110A559E00EE1B15 /* cpb.c in Sources */ = {isa = PBXBuildFile; fileRef = F5DC8825110A559E00EE1B15 /* cpb.c */; };
- F5DC8829110A55A500EE1B15 /* nal.c in Sources */ = {isa = PBXBuildFile; fileRef = F5DC8828110A55A500EE1B15 /* nal.c */; };
F5DC888B110A654000EE1B15 /* libapetag.a in Frameworks */ = {isa = PBXBuildFile; fileRef = F5DC888A110A654000EE1B15 /* libapetag.a */; };
F5DC888C110A654000EE1B15 /* libapetag.a in Frameworks */ = {isa = PBXBuildFile; fileRef = F5DC888A110A654000EE1B15 /* libapetag.a */; };
F5DC888E110A655000EE1B15 /* libmodplug.a in Frameworks */ = {isa = PBXBuildFile; fileRef = F5DC888D110A655000EE1B15 /* libmodplug.a */; };
@@ -3819,13 +3816,6 @@
F5DC8811110A4A2400EE1B15 /* XBMSDirectory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XBMSDirectory.h; sourceTree = "<group>"; };
F5DC8812110A4A2400EE1B15 /* XBMSDirectory.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = XBMSDirectory.cpp; sourceTree = "<group>"; };
F5DC8816110A4B8900EE1B15 /* libxbms-x86-osx.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = "libxbms-x86-osx.a"; path = "xbmc/lib/libXBMS/libxbms-x86-osx.a"; sourceTree = "<group>"; };
- F5DC8821110A559700EE1B15 /* h264_parser.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = h264_parser.c; sourceTree = "<group>"; };
- F5DC8822110A559700EE1B15 /* h264_parser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = h264_parser.h; sourceTree = "<group>"; };
- F5DC8824110A559E00EE1B15 /* cpb.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cpb.h; sourceTree = "<group>"; };
- F5DC8825110A559E00EE1B15 /* cpb.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = cpb.c; sourceTree = "<group>"; };
- F5DC8827110A55A500EE1B15 /* nal.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = nal.h; sourceTree = "<group>"; };
- F5DC8828110A55A500EE1B15 /* nal.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = nal.c; sourceTree = "<group>"; };
- F5DC882A110A55AC00EE1B15 /* bits_reader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = bits_reader.h; sourceTree = "<group>"; };
F5DC888A110A654000EE1B15 /* libapetag.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libapetag.a; path = xbmc/lib/libapetag/.libs/libapetag.a; sourceTree = "<group>"; };
F5DC888D110A655000EE1B15 /* libmodplug.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libmodplug.a; path = lib/libmodplug/src/.libs/libmodplug.a; sourceTree = "<group>"; };
F5E55B5B10741272006E788A /* DVDPlayerTeletext.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DVDPlayerTeletext.cpp; sourceTree = "<group>"; };
@@ -5246,9 +5236,10 @@
E38E153A0D25F9F900618676 /* Video */ = {
isa = PBXGroup;
children = (
- F5F240EA110A4F76009126C6 /* CrystalHD */,
E38E153B0D25F9F900618676 /* DllLibMpeg2.h */,
E38E153C0D25F9F900618676 /* DVDVideoCodec.h */,
+ F5F240EB110A4F76009126C6 /* CrystalHD.cpp */,
+ F5F240EC110A4F76009126C6 /* CrystalHD.h */,
F595994410E9F322004B58B3 /* DVDVideoCodecCrystalHD.cpp */,
F595994310E9F322004B58B3 /* DVDVideoCodecCrystalHD.h */,
F52B06B81187CE18004B1D66 /* DVDVideoCodecVDA.cpp */,
@@ -7170,22 +7161,6 @@
name = playercorefactory;
sourceTree = "<group>";
};
- F5F240EA110A4F76009126C6 /* CrystalHD */ = {
- isa = PBXGroup;
- children = (
- F5F240EB110A4F76009126C6 /* CrystalHD.cpp */,
- F5F240EC110A4F76009126C6 /* CrystalHD.h */,
- F5DC882A110A55AC00EE1B15 /* bits_reader.h */,
- F5DC8821110A559700EE1B15 /* h264_parser.c */,
- F5DC8822110A559700EE1B15 /* h264_parser.h */,
- F5DC8824110A559E00EE1B15 /* cpb.h */,
- F5DC8825110A559E00EE1B15 /* cpb.c */,
- F5DC8827110A55A500EE1B15 /* nal.h */,
- F5DC8828110A55A500EE1B15 /* nal.c */,
- );
- path = CrystalHD;
- sourceTree = "<group>";
- };
F5F24E801123242B009126C6 /* Encoders */ = {
isa = PBXGroup;
children = (
@@ -8179,9 +8154,6 @@
F5DC880F110A4A0B00EE1B15 /* FileXBMSP.cpp in Sources */,
F5DC8813110A4A2400EE1B15 /* XBMSDirectory.cpp in Sources */,
F5F240EF110A4F76009126C6 /* CrystalHD.cpp in Sources */,
- F5DC8823110A559700EE1B15 /* h264_parser.c in Sources */,
- F5DC8826110A559E00EE1B15 /* cpb.c in Sources */,
- F5DC8829110A55A500EE1B15 /* nal.c in Sources */,
F5F244651110DC6B009126C6 /* FileOperationJob.cpp in Sources */,
F5F245DA1112C6AC009126C6 /* DVDAudioCodecPassthroughFFmpeg.cpp in Sources */,
F5F245EE1112C9AB009126C6 /* FileUtils.cpp in Sources */,