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
26bc1edd
Commit
26bc1edd
authored
Feb 04, 2015
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Don't re-run configure if it has run already
parent
19024198
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
1 deletion
+8
-1
compile-libvlc.sh
compile-libvlc.sh
+8
-1
No files found.
compile-libvlc.sh
View file @
26bc1edd
...
...
@@ -304,6 +304,7 @@ mkdir -p build-android-${TARGET_TUPLE} && cd build-android-${TARGET_TUPLE}
CROSS_COMPILE
=
${
ANDROID_BIN
}
/
${
TARGET_TUPLE
}
-
if
[
!
-e
config.h
]
;
then
CPPFLAGS
=
"
$CPPFLAGS
"
\
CFLAGS
=
"
$CFLAGS
${
VLC_EXTRA_CFLAGS
}
${
EXTRA_CFLAGS
}
"
\
CXXFLAGS
=
"
$CFLAGS
"
\
...
...
@@ -395,7 +396,7 @@ config_undef ()
fi
}
#
if config dependencies change, ./config.status
#
if config dependencies change, ./config.status
# is run and overwrite previously hacked config.h. So call make config.h here
# and hack config.h after.
...
...
@@ -413,6 +414,8 @@ if [ ${ANDROID_API} = "android-21" ] ; then
fi
# END OF ANDROID NDK FIXUP
fi
############
# BUILDING #
############
...
...
@@ -421,3 +424,7 @@ echo "Building"
make
$MAKEFLAGS
cd
../..
######################################################################################
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