From 9f5e5825632aa9910ce91993ce50bf273bd334c2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Felix=20Paul=20K=C3=BChne?= Date: Mon, 22 Feb 2010 11:29:13 +0100 Subject: [PATCH] VLCKit: ppc970 aka PowerPC G3 is no supported architecture --- projects/macosx/framework/VLCKit.xcodeproj/project.pbxproj | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/projects/macosx/framework/VLCKit.xcodeproj/project.pbxproj b/projects/macosx/framework/VLCKit.xcodeproj/project.pbxproj index 514fba27f2..4a68179721 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)/../../.."; }; -- 2.39.2