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
Casanowow Life for love
VLC-Android
Commits
fc24709c
Commit
fc24709c
authored
Aug 08, 2012
by
Rafaël Carré
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Build contribs after setting flags
parent
d7cb6254
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
23 deletions
+23
-23
compile.sh
compile.sh
+23
-23
No files found.
compile.sh
View file @
fc24709c
...
...
@@ -125,29 +125,6 @@ EOF
fi
fi
echo
"Building the contribs"
mkdir
-p
contrib/android
cd
contrib/android
../bootstrap
--host
=
${
TARGET_TUPLE
}
--disable-disc
--disable-sout
--enable-small
\
--disable-sdl
\
--disable-SDL_image
\
--disable-fontconfig
\
--disable-zvbi
\
--disable-kate
\
--disable-caca
\
--disable-gettext
\
--disable-mpcdec
\
--disable-upnp
\
--disable-gme
\
--disable-tremor
\
--disable-vorbis
\
--disable-sidplay2
\
--disable-samplerate
\
--disable-faad2
\
--enable-iconv
# TODO: mpeg2, theora
if
[
${
ANDROID_ABI
}
=
"armeabi-v7a"
]
;
then
if
test
-z
"
${
NO_NEON
}
"
;
then
EXTRA_CFLAGS
=
"-mfpu=neon -mcpu=cortex-a8"
...
...
@@ -177,6 +154,29 @@ fi
EXTRA_CFLAGS
=
"
${
EXTRA_CFLAGS
}
-I
${
ANDROID_NDK
}
/sources/cxx-stl/gnu-libstdc++
${
CXXSTL
}
/include"
EXTRA_CFLAGS
=
"
${
EXTRA_CFLAGS
}
-I
${
ANDROID_NDK
}
/sources/cxx-stl/gnu-libstdc++
${
CXXSTL
}
/libs/
${
ANDROID_ABI
}
/include"
echo
"Building the contribs"
mkdir
-p
contrib/android
cd
contrib/android
../bootstrap
--host
=
${
TARGET_TUPLE
}
--disable-disc
--disable-sout
--enable-small
\
--disable-sdl
\
--disable-SDL_image
\
--disable-fontconfig
\
--disable-zvbi
\
--disable-kate
\
--disable-caca
\
--disable-gettext
\
--disable-mpcdec
\
--disable-upnp
\
--disable-gme
\
--disable-tremor
\
--disable-vorbis
\
--disable-sidplay2
\
--disable-samplerate
\
--disable-faad2
\
--enable-iconv
# TODO: mpeg2, theora
# Release or not?
if
[
$#
-ne
0
]
&&
[
"
$1
"
==
"release"
]
;
then
...
...
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