Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-2-2
Commits
17fbcd4e
Commit
17fbcd4e
authored
Aug 03, 2012
by
Rafaël Carré
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
contrib: move some android complexity outside of vlc.git
parent
c97faddc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
5 deletions
+0
-5
contrib/bootstrap
contrib/bootstrap
+0
-3
contrib/src/main.mak
contrib/src/main.mak
+0
-2
No files found.
contrib/bootstrap
View file @
17fbcd4e
...
...
@@ -221,15 +221,12 @@ case "${OS}" in
add_make_enabled
"HAVE_LINUX"
"HAVE_ANDROID"
case
"
${
HOST
}
"
in
*
arm
*
)
add_make
"PATH =
${
ANDROID_NDK
}
/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/:
${
PATH
}
"
add_make
"PLATFORM_SHORT_ARCH := arm"
;;
*
i686
*
)
add_make
"PATH =
${
ANDROID_NDK
}
/toolchains/x86-4.4.3/prebuilt/linux-x86/bin/:
${
PATH
}
"
add_make
"PLATFORM_SHORT_ARCH := x86"
;;
*
mipsel
*
)
add_make
"PATH =
${
ANDROID_NDK
}
/toolchains/mipsel-linux-android-4.4.3/prebuilt/linux-x86/bin/:
${
PATH
}
"
add_make
"PLATFORM_SHORT_ARCH := mips"
;;
esac
...
...
contrib/src/main.mak
View file @
17fbcd4e
...
...
@@ -102,8 +102,6 @@ endif
ifdef
HAVE_ANDROID
CC
:=
$(HOST)
-gcc
--sysroot
=
$(ANDROID_NDK)
/platforms/android-9/arch-
$(PLATFORM_SHORT_ARCH)
CXX
:=
$(HOST)
-g
++
--sysroot
=
$(ANDROID_NDK)
/platforms/android-9/arch-
$(PLATFORM_SHORT_ARCH)
EXTRA_CFLAGS
+=
-I
$(ANDROID_NDK)
/sources/cxx-stl/gnu-libstdc++/include
EXTRA_CFLAGS
+=
-I
$(ANDROID_NDK)
/sources/cxx-stl/gnu-libstdc++/libs/
$(ANDROID_ABI)
/include
endif
ifdef
HAVE_MACOSX
...
...
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