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
VideoLAN
VLC-Android
Commits
ac823a59
Commit
ac823a59
authored
Oct 18, 2016
by
Steve Lhomme
Committed by
Thomas Guillem
Oct 21, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
build: remove unused flags
Signed-off-by:
Thomas Guillem
<
thomas@gllm.fr
>
parent
bff4dde6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
compile-libvlc.sh
compile-libvlc.sh
+1
-3
No files found.
compile-libvlc.sh
View file @
ac823a59
...
...
@@ -550,7 +550,6 @@ if [ "${CHROME_OS}" = "1" ];then
export
ac_cv_func_pipe2
=
no
fi
NDK_SUPPORT_INCLUDES
=
""
if
[
${
ANDROID_API
}
=
"21"
]
;
then
# android-21 has empty sys/shm.h headers that triggers shm detection but it
# doesn't have any shm functions and/or symbols. */
...
...
@@ -564,8 +563,7 @@ else
fi
if
[
!
-e
./config.h
-o
"
$RELEASE
"
=
1
]
;
then
CPPFLAGS
=
"
${
CONTRIB_INCLUDES
}
"
\
CFLAGS
=
"
${
VLC_CFLAGS
}
${
EXTRA_CFLAGS
}
${
NDK_SUPPORT_INCLUDES
}
"
\
CFLAGS
=
"
${
VLC_CFLAGS
}
${
EXTRA_CFLAGS
}
"
\
CXXFLAGS
=
"
${
VLC_CXXFLAGS
}
${
EXTRA_CFLAGS
}
${
EXTRA_CXXFLAGS
}
"
\
CC
=
"
${
CROSS_TOOLS
}
clang"
\
CXX
=
"
${
CROSS_TOOLS
}
clang++"
\
...
...
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