Commit 9f5e5825 authored by Felix Paul Kühne's avatar Felix Paul Kühne

VLCKit: ppc970 aka PowerPC G3 is no supported architecture

parent 6a3cc0c5
...@@ -144,14 +144,14 @@ ...@@ -144,14 +144,14 @@
isa = PBXContainerItemProxy; isa = PBXContainerItemProxy;
containerPortal = 0867D690FE84028FC02AAC07 /* Project object */; containerPortal = 0867D690FE84028FC02AAC07 /* Project object */;
proxyType = 1; proxyType = 1;
remoteGlobalIDString = 6337547910ED090A0072A0D9 /* Make VLC */; remoteGlobalIDString = 6337547910ED090A0072A0D9;
remoteInfo = "Make VLC"; remoteInfo = "Make VLC";
}; };
CC610952112F4ABF00FAFD22 /* PBXContainerItemProxy */ = { CC610952112F4ABF00FAFD22 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy; isa = PBXContainerItemProxy;
containerPortal = 0867D690FE84028FC02AAC07 /* Project object */; containerPortal = 0867D690FE84028FC02AAC07 /* Project object */;
proxyType = 1; proxyType = 1;
remoteGlobalIDString = 8DC2EF4F0486A6940098B216 /* VLCKit */; remoteGlobalIDString = 8DC2EF4F0486A6940098B216;
remoteInfo = VLCKit; remoteInfo = VLCKit;
}; };
/* End PBXContainerItemProxy section */ /* End PBXContainerItemProxy section */
...@@ -707,6 +707,7 @@ ...@@ -707,6 +707,7 @@
ONLY_ACTIVE_ARCH = YES; ONLY_ACTIVE_ARCH = YES;
PREBINDING = NO; PREBINDING = NO;
SDKROOT = macosx10.5; SDKROOT = macosx10.5;
VALID_ARCHS = "i386 ppc ppc64 ppc7400 x86_64";
VLC_BUILD_DIR = "$(SYMROOT)/$(CONFIGURATION)/vlc_build_dir"; VLC_BUILD_DIR = "$(SYMROOT)/$(CONFIGURATION)/vlc_build_dir";
VLC_SRC_DIR = "$(SRCROOT)/../../.."; VLC_SRC_DIR = "$(SRCROOT)/../../..";
}; };
...@@ -727,6 +728,7 @@ ...@@ -727,6 +728,7 @@
ONLY_ACTIVE_ARCH = NO; ONLY_ACTIVE_ARCH = NO;
PREBINDING = NO; PREBINDING = NO;
SDKROOT = macosx10.5; SDKROOT = macosx10.5;
VALID_ARCHS = "i386 ppc ppc64 ppc7400 x86_64";
VLC_BUILD_DIR = "$(SYMROOT)/$(CONFIGURATION)/vlc_build_dir"; VLC_BUILD_DIR = "$(SYMROOT)/$(CONFIGURATION)/vlc_build_dir";
VLC_SRC_DIR = "$(SRCROOT)/../../.."; VLC_SRC_DIR = "$(SRCROOT)/../../..";
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment