Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
VLC-Android
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
315
Issues
315
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
VideoLAN
VLC-Android
Commits
2330c338
Commit
2330c338
authored
Jul 29, 2012
by
Rui Zhang
Committed by
Jean-Baptiste Kempf
Jul 29, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix build with ndk-macosx
Close #7244 Signed-off-by:
Jean-Baptiste Kempf
<
jb@videolan.org
>
parent
2bf1fc1e
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
compile.sh
compile.sh
+1
-0
configure.sh
configure.sh
+1
-1
No files found.
compile.sh
View file @
2330c338
...
...
@@ -57,6 +57,7 @@ export PLATFORM_SHORT_ARCH
# Add the NDK toolchain to the PATH, needed both for contribs and for building
# stub libraries
export
PATH
=
${
ANDROID_NDK
}
/toolchains/
${
PATH_HOST
}
-4
.4.3/prebuilt/darwin-x86/bin:
${
PATH
}
export
PATH
=
${
ANDROID_NDK
}
/toolchains/
${
PATH_HOST
}
-4
.4.3/prebuilt/linux-x86/bin:
${
PATH
}
# 1/ libvlc, libvlccore and its plugins
...
...
configure.sh
View file @
2330c338
...
...
@@ -36,7 +36,7 @@ CPPFLAGS="-I${ANDROID_NDK}/sources/cxx-stl/gnu-libstdc++/include -I${ANDROID_NDK
LDFLAGS
=
"
$LDFLAGS
-L
${
ANDROID_NDK
}
/sources/cxx-stl/gnu-libstdc++/libs/
${
ANDROID_ABI
}
"
SYSROOT
=
$ANDROID_NDK
/platforms/
$ANDROID_API
/arch-
$PLATFORM_SHORT_ARCH
ANDROID_BIN
=
$ANDROID_NDK
/toolchains/
${
PATH_HOST
}
-4
.4.3/prebuilt/
linux
-x86/bin/
ANDROID_BIN
=
$ANDROID_NDK
/toolchains/
${
PATH_HOST
}
-4
.4.3/prebuilt/
*
-x86
/bin/
CROSS_COMPILE
=
${
ANDROID_BIN
}
/
${
TARGET_TUPLE
}
-
CPPFLAGS
=
"
$CPPFLAGS
"
\
...
...
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