Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC-Android
Manage
Activity
Members
Labels
Plan
Issues
536
Issue boards
Milestones
Wiki
Code
Merge requests
19
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
35098246
Commit
35098246
authored
6 years ago
by
Thomas Guillem
Browse files
Options
Downloads
Patches
Plain Diff
build: remove old NDK14 hack
parent
72dd2a02
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
compile-libvlc.sh
+0
-5
0 additions, 5 deletions
compile-libvlc.sh
with
0 additions
and
5 deletions
compile-libvlc.sh
+
0
−
5
View file @
35098246
...
...
@@ -461,11 +461,6 @@ echo "Building the contribs"
mkdir
-p
contrib/contrib-android-
${
TARGET_TUPLE
}
# don't use the dummy uchar.c
if
[
!
-f
contrib/
${
TARGET_TUPLE
}
/include/uchar.h
]
;
then
mkdir
-p
contrib/
${
TARGET_TUPLE
}
/include
cp
${
ANDROID_NDK
}
/platforms/android-24/arch-
${
PLATFORM_SHORT_ARCH
}
/usr/include/uchar.h
\
contrib/
${
TARGET_TUPLE
}
/include/uchar.h
fi
gen_pc_file
()
{
echo
"Generating
$1
pkg-config file"
...
...
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