Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC-Android
Manage
Activity
Members
Labels
Plan
Issues
533
Issue boards
Milestones
Wiki
Code
Merge requests
13
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VideoLAN
VLC-Android
Commits
ac823a59
Commit
ac823a59
authored
8 years ago
by
Steve Lhomme
Committed by
Thomas Guillem
8 years ago
Browse files
Options
Downloads
Patches
Plain Diff
build: remove unused flags
Signed-off-by:
Thomas Guillem
<
thomas@gllm.fr
>
parent
bff4dde6
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
compile-libvlc.sh
+1
-3
1 addition, 3 deletions
compile-libvlc.sh
with
1 addition
and
3 deletions
compile-libvlc.sh
+
1
−
3
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++"
\
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment