Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
VideoLAN
VLC-Android
Commits
d1eb581b
Commit
d1eb581b
authored
Aug 30, 2016
by
Thomas Guillem
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
build: fix mips64 build
parent
8a1a438e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
compile-libvlc.sh
compile-libvlc.sh
+1
-1
No files found.
compile-libvlc.sh
View file @
d1eb581b
...
...
@@ -374,7 +374,7 @@ if [ ${ANDROID_ABI} = "armeabi-v7a" ]; then
VLC_LDFLAGS
=
"
${
VLC_LDFLAGS
}
-Wl,--fix-cortex-a8"
fi
NDK_LIB_DIR
=
"
${
NDK_TOOLCHAIN_DIR
}
/
${
TARGET_TUPLE
}
/lib"
if
[
"
${
PLATFORM_SHORT_ARCH
}
"
=
"x86_64"
]
;
then
if
[
"
${
PLATFORM_SHORT_ARCH
}
"
=
"x86_64"
-o
"
${
PLATFORM_SHORT_ARCH
}
"
=
"mips64"
]
;
then
NDK_LIB_DIR
=
"
${
NDK_LIB_DIR
}
64"
fi
if
[
"
${
ANDROID_ABI
}
"
=
"armeabi-v7a"
]
;
then
...
...
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