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
Ewout ter Hoeven
VLC-Android
Commits
fcaecb6d
Commit
fcaecb6d
authored
Jun 22, 2012
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix comments
parent
8218d7fa
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
8 deletions
+3
-8
compile.sh
compile.sh
+3
-4
vlc-android/jni/Android.mk
vlc-android/jni/Android.mk
+0
-4
No files found.
compile.sh
View file @
fcaecb6d
#! /bin/sh
# Read the Android Wiki and setup all that stuff correctly.
# Get the Android SDK Platform 2.1, 2.2 and 2.3 API : version 7, 8 and (9 or 10)
# or modify numbers in configure.sh and vlc-android/default.properties.
# Create an AVD with this platform.
# Read the Android Wiki http://wiki.videolan.org/AndroidCompile
# Setup all that stuff correctly.
# Get the latest Android SDK Platform or modify numbers in configure.sh and vlc-android/default.properties.
set
-e
...
...
vlc-android/jni/Android.mk
View file @
fcaecb6d
...
...
@@ -13,11 +13,7 @@ else
ARCH
=
armeabi
endif
ifeq
($(NO_NDK_V7),1)
CPP_STATIC
=
$(ANDROID_NDK)
/sources/cxx-stl/gnu-libstdc++/libs/
$(ARCH)
/libstdc++.a
else
CPP_STATIC
=
$(ANDROID_NDK)
/sources/cxx-stl/gnu-libstdc++/libs/
$(ARCH)
/libgnustl_static.a
endif
LOCAL_CFLAGS
:=
-std
=
gnu99
LOCAL_LDLIBS
:=
-L
$(VLC_CONTRIB)
/lib
\
...
...
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