Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
VideoLAN
VLC-iOS
Commits
53bb4c60
Commit
53bb4c60
authored
Jan 08, 2015
by
Felix Paul Kühne
Browse files
Compile ARMv7s slice of the LiveSDK
parent
f63b7617
Changes
2
Hide whitespace changes
Inline
Side-by-side
compileVLCforiOS.sh
View file @
53bb4c60
...
...
@@ -204,6 +204,7 @@ rm -rf __MACOSX
fi
if
!
[
-e
OneDrive
]
;
then
git clone git://github.com/liveservices/LiveSDK-for-iOS.git OneDrive
git am ../../patches/onedrive/0001-Compile-ARMv7s-slice.patch
else
cd
OneDrive
&&
git pull
--rebase
&&
cd
..
fi
...
...
patches/onedrive/0001-Compile-ARMv7s-slice.patch
0 → 100644
View file @
53bb4c60
From d6627f3cbe220eca3f3f2bf9da61274d10da15c3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Felix=20Paul=20K=C3=BChne?= <fkuehne@videolan.org>
Date: Thu, 8 Jan 2015 00:44:58 +0100
Subject: [PATCH] Compile ARMv7s slice
---
src/LiveSDK.xcodeproj/project.pbxproj | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/LiveSDK.xcodeproj/project.pbxproj b/src/LiveSDK.xcodeproj/project.pbxproj
index 40e4970..48ddcfc 100755
--- a/src/LiveSDK.xcodeproj/project.pbxproj
+++ b/src/LiveSDK.xcodeproj/project.pbxproj
@@ -923,7 +923,7 @@
ONLY_ACTIVE_ARCH = NO;
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = iphoneos;
- VALID_ARCHS = "$(ARCHS_STANDARD_INCLUDING_64_BIT)";
+ VALID_ARCHS = "$(ARCHS_STANDARD_INCLUDING_64_BIT) armv7s";
WRAPPER_EXTENSION = framework;
};
name = Debug;
@@ -946,7 +946,7 @@
ONLY_ACTIVE_ARCH = NO;
PRODUCT_NAME = "$(TARGET_NAME)";
SDKROOT = iphoneos;
- VALID_ARCHS = "$(ARCHS_STANDARD_INCLUDING_64_BIT)";
+ VALID_ARCHS = "$(ARCHS_STANDARD_INCLUDING_64_BIT) armv7s";
WRAPPER_EXTENSION = framework;
};
name = Release;
--
1.9.3 (Apple Git-50)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment