Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Casanowow Life for love
VLC-Android
Commits
48d754c5
Commit
48d754c5
authored
Aug 03, 2012
by
Edward Wang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
compile.sh: Allow compiliation on NDK r8b for x86
parent
11c2b7c7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
+13
-0
compile.sh
compile.sh
+13
-0
No files found.
compile.sh
View file @
48d754c5
...
...
@@ -63,6 +63,19 @@ else
HAVE_ARM
=
1
PLATFORM_SHORT_ARCH
=
"arm"
fi
if
[
${
ANDROID_ABI
}
=
"x86"
]
;
then
# x86 toolchain location changes in NDK r8b
case
"
$REL
"
in
8?
)
TARGET_TUPLE
=
"i686-linux-android"
;;
*
)
TARGET_TUPLE
=
"i686-android-linux"
;;
esac
fi
export
TARGET_TUPLE
export
PATH_HOST
export
HAVE_ARM
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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