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
Casanowow Life for love
VLC-Android
Commits
a933dc0a
Commit
a933dc0a
authored
Feb 05, 2015
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix directories config.h location
parent
a63d392d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
compile-libvlc.sh
compile-libvlc.sh
+3
-2
No files found.
compile-libvlc.sh
View file @
a933dc0a
...
...
@@ -296,7 +296,8 @@ cd ../../
###################
# BUILD DIRECTORY #
###################
mkdir
-p
build-android-
${
TARGET_TUPLE
}
&&
cd
build-android-
${
TARGET_TUPLE
}
VLC_BUILD_DIR
=
build-android-
${
TARGET_TUPLE
}
mkdir
-p
$VLC_BUILD_DIR
&&
cd
$VLC_BUILD_DIR
#############
# CONFIGURE #
...
...
@@ -304,7 +305,7 @@ mkdir -p build-android-${TARGET_TUPLE} && cd build-android-${TARGET_TUPLE}
CROSS_COMPILE
=
${
ANDROID_BIN
}
/
${
TARGET_TUPLE
}
-
if
[
!
-e
config.h
]
;
then
if
[
!
-e
./
config.h
]
;
then
CPPFLAGS
=
"
$CPPFLAGS
"
\
CFLAGS
=
"
$CFLAGS
${
VLC_EXTRA_CFLAGS
}
${
EXTRA_CFLAGS
}
"
\
CXXFLAGS
=
"
$CFLAGS
"
\
...
...
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