Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
VLC-Android
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
315
Issues
315
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
VideoLAN
VLC-Android
Commits
4d7c8efd
Commit
4d7c8efd
authored
Feb 05, 2015
by
Thomas Guillem
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix build: put back ANDROID_SYS_HEADERS
parent
964aba54
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
compile-libvlc.sh
compile-libvlc.sh
+2
-0
No files found.
compile-libvlc.sh
View file @
4d7c8efd
...
...
@@ -475,12 +475,14 @@ echo $VLC_BUILD_DIR
LIBVLC_LIBS
=
"libvlcjni"
VLC_MODULES
=
`
echo
$VLC_MODULES
|sed
"s|vlc/
$VLC_BUILD_DIR
|../vlc/
$VLC_BUILD_DIR
|g"
`
VLC_SRC_DIR
=
"../vlc"
ANDROID_SYS_HEADERS
=
"../android-headers"
VLC_CONTRIB
=
"
$VLC_SRC_DIR
/contrib/
$TARGET_TUPLE
"
echo
"Building NDK"
$ANDROID_NDK
/ndk-build
-C
libvlc
\
VLC_SRC_DIR
=
"
$VLC_SRC_DIR
"
\
ANDROID_SYS_HEADERS
=
"
$ANDROID_SYS_HEADERS
"
\
VLC_BUILD_DIR
=
"
$VLC_SRC_DIR
/
$VLC_BUILD_DIR
"
\
VLC_CONTRIB
=
"
$VLC_CONTRIB
"
\
VLC_MODULES
=
"
$VLC_MODULES
"
\
...
...
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