Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Ewout ter Hoeven
VLC-Android
Commits
836c1fe6
Commit
836c1fe6
authored
Feb 05, 2015
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove Application.mk
parent
e6c7d058
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
11 deletions
+13
-11
compile-libvlc.sh
compile-libvlc.sh
+13
-8
libvlc/jni/Application.mk
libvlc/jni/Application.mk
+0
-3
No files found.
compile-libvlc.sh
View file @
836c1fe6
...
...
@@ -445,18 +445,23 @@ BUILTINS="$BUILTINS NULL\n};\n"; \
printf
"/* Autogenerated from the list of modules */
\n
$DEFINITION
\n
$BUILTINS
\n
"
>
libvlc/jni/libvlcjni.h
echo
"Generating static modules object files"
echo
$VLC_BUILD_DIR
LIBVLC_LIBS
=
"libvlcjni"
VLC_MODULES
=
`
echo
$VLC_MODULES
|sed
"s|vlc/
$VLC_BUILD_DIR
|../vlc/
$VLC_BUILD_DIR
|g"
`
VLC_SRC_DIR
=
"../vlc"
VLC_CONTRIB
=
"
$VLC_SRC_DIR
/contrib/
$TARGET_TUPLE
"
echo
"Building NDK"
$ANDROID_NDK
/ndk-build
-C
libvlc
\
VLC_SRC_DIR
=
"
$VLC_SRC_DIR
"
\
VLC_BUILD_DIR
=
"
$VLC_SRC_DIR
/
$VLC_BUILD_DIR
"
\
VLC_CONTRIB
=
"
$VLC_CONTRIB
"
\
VLC_MODULES
=
"
$VLC_MODULES
"
\
TARGET_CFLAGS
=
"
$VLC_EXTRA_CFLAGS
"
\
LIBVLC_LIBS
=
"
$LIBVLC_LIBS
"
V
=
1
VLC_SRC_DIR
=
"
$VLC_SRC_DIR
"
\
VLC_BUILD_DIR
=
"
$VLC_SRC_DIR
/
$VLC_BUILD_DIR
"
\
VLC_CONTRIB
=
"
$VLC_CONTRIB
"
\
VLC_MODULES
=
"
$VLC_MODULES
"
\
TARGET_CFLAGS
=
"
$VLC_EXTRA_CFLAGS
"
\
LIBVLC_LIBS
=
"
$LIBVLC_LIBS
"
\
APP_BUILD_SCRIPT
=
jni/Android.mk
\
APP_PLATFORM
=
${
ANDROID_API
}
\
APP_ABI
=
${
ANDROID_ABI
}
\
NDK_PROJECT_PATH
=
jni
libvlc/jni/Application.mk
deleted
100644 → 0
View file @
e6c7d058
APP_PLATFORM
:=
$(ANDROID_API)
APP_ABI
:=
$(ANDROID_ABI)
NDK_TOOLCHAIN_VERSION
=
$(GCCVER)
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