Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Casanowow Life for love
VLC-Android
Commits
04491b31
Commit
04491b31
authored
Jul 07, 2011
by
Jean-Baptiste Kempf
Committed by
ivoire
Sep 04, 2011
Browse files
Fixing build script
Signed-off-by:
Rémi Duraffort
<
ivoire@videolan.org
>
parent
6a8b0988
Changes
2
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
04491b31
...
...
@@ -23,7 +23,7 @@ $(APK_MK):
prefix
=
"../"
;
\
fi
;
\
if
[
-z
"
$$
VLC_CONTRIB"
]
;
then
\
VLC_CONTRIB
=
"
../..
/contrib/build"
;
\
VLC_CONTRIB
=
"
vlc/extras
/contrib/build"
;
\
fi
;
\
if
[
`
echo
"
$$
VLC_CONTRIB"
|
head
-c
1
`
!=
"/"
]
;
then
\
vlc_contrib
=
"../
$$
VLC_CONTRIB"
;
\
...
...
install.sh
View file @
04491b31
...
...
@@ -19,10 +19,18 @@ cd extras/contrib && ./bootstrap -t arm-eabi -d android && make
cd
../..
&&
mkdir
-p
android
&&
cd
android
echo
"Bootstraping"
../bootstrap
if
[
-e
configure
]
;
then
echo
"Bootstraping"
../bootstrap
fi
;
echo
"Configuring"
sh ../extras/package/android/configure.sh
echo
"Building"
make
echo
"Building Android"
cd
../../
make distclean
VLC_BUILD_DIR
=
vlc/android make
Write
Preview
Supports
Markdown
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