[vlc-devel] commit: VLCKit: ppc970 aka PowerPC G3 is no supported architecture ( Felix Paul Kühne )
git version control
git at videolan.org
Mon Feb 22 14:37:49 CET 2010
vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Mon Feb 22 11:29:13 2010 +0100| [9f5e5825632aa9910ce91993ce50bf273bd334c2] | committer: Felix Paul Kühne
VLCKit: ppc970 aka PowerPC G3 is no supported architecture
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9f5e5825632aa9910ce91993ce50bf273bd334c2
---
.../framework/VLCKit.xcodeproj/project.pbxproj | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/projects/macosx/framework/VLCKit.xcodeproj/project.pbxproj b/projects/macosx/framework/VLCKit.xcodeproj/project.pbxproj
index 514fba2..4a68179 100644
--- a/projects/macosx/framework/VLCKit.xcodeproj/project.pbxproj
+++ b/projects/macosx/framework/VLCKit.xcodeproj/project.pbxproj
@@ -144,14 +144,14 @@
isa = PBXContainerItemProxy;
containerPortal = 0867D690FE84028FC02AAC07 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = 6337547910ED090A0072A0D9 /* Make VLC */;
+ remoteGlobalIDString = 6337547910ED090A0072A0D9;
remoteInfo = "Make VLC";
};
CC610952112F4ABF00FAFD22 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 0867D690FE84028FC02AAC07 /* Project object */;
proxyType = 1;
- remoteGlobalIDString = 8DC2EF4F0486A6940098B216 /* VLCKit */;
+ remoteGlobalIDString = 8DC2EF4F0486A6940098B216;
remoteInfo = VLCKit;
};
/* End PBXContainerItemProxy section */
@@ -707,6 +707,7 @@
ONLY_ACTIVE_ARCH = YES;
PREBINDING = NO;
SDKROOT = macosx10.5;
+ VALID_ARCHS = "i386 ppc ppc64 ppc7400 x86_64";
VLC_BUILD_DIR = "$(SYMROOT)/$(CONFIGURATION)/vlc_build_dir";
VLC_SRC_DIR = "$(SRCROOT)/../../..";
};
@@ -727,6 +728,7 @@
ONLY_ACTIVE_ARCH = NO;
PREBINDING = NO;
SDKROOT = macosx10.5;
+ VALID_ARCHS = "i386 ppc ppc64 ppc7400 x86_64";
VLC_BUILD_DIR = "$(SYMROOT)/$(CONFIGURATION)/vlc_build_dir";
VLC_SRC_DIR = "$(SRCROOT)/../../..";
};
More information about the vlc-devel
mailing list