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
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Packages & Registries
Packages & Registries
Container Registry
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
Casanowow Life for love
VLC-Android
Commits
ef03b7ee
Commit
ef03b7ee
authored
Jan 02, 2012
by
Edward Wang
Committed by
Jean-Baptiste Kempf
Jan 03, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add note in documentation about HAS_NDK_V7 option
Signed-off-by:
Jean-Baptiste Kempf
<
jb@videolan.org
>
parent
e5e662fc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
HOWTO
HOWTO
+2
-1
No files found.
HOWTO
View file @
ef03b7ee
...
...
@@ -2,7 +2,7 @@ Basic how to compile VLC on Android platform.
- Get Eclipse, the Android SDK and the Android NDK.
- Read the Android HOWTO and setup all that stuff correctly.
- Get the Android SDK Platform 2.2 and 2.3 API (version 8 and (9 or 10)),
- Get the Android SDK Platform 2.2 and 2.3 API (version 8 and (9 or 10)),
or modify numbers in configure.sh and vlc-android/default.properties.
- Create an AVD with this platform.
...
...
@@ -35,6 +35,7 @@ Basic how to compile VLC on Android platform.
cd extras/package/android
- Build the JNI interface for libvlc
VLC_BUILD_DIR=path_to_vlc_builddir ANDROID_SDK=path_to_android_sdk make
- Note: Edit jni/Android.mk and locally delete the line containing HAS_NDK_V7 if you are using Android NDK older than v7
- In Eclipse, create a new Android project from existing source by giving the extra/platform/android/vlc-android path.
- Compile your project using Eclipse (or make will do it with ant if available).
...
...
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