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
0
Issues
0
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ewout ter Hoeven
VLC-Android
Commits
cb5dc127
Commit
cb5dc127
authored
Feb 04, 2015
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Allow compile-libvlc.sh to run standalone
parent
06451b62
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
compile-libvlc.sh
compile-libvlc.sh
+5
-0
compile.sh
compile.sh
+1
-2
No files found.
compile-libvlc.sh
View file @
cb5dc127
...
...
@@ -87,6 +87,7 @@ fi
###############
echo
"ABI:
$ANDROID_ABI
"
echo
"SYSROOT:
$SYSROOT
"
if
[
!
-z
"
$NO_FPU
"
]
;
then
echo
"FPU: NO"
fi
...
...
@@ -192,6 +193,10 @@ fi
echo
"CFLAGS:
${
CFLAGS
}
"
echo
"EXTRA_CFLAGS:
${
EXTRA_CFLAGS
}
"
####################################################################################################
cd
vlc
###########################
# Build buildsystem tools #
###########################
...
...
compile.sh
View file @
cb5dc127
...
...
@@ -137,9 +137,8 @@ git checkout -B android ${TESTED_HASH}
EOF
exit
1
fi
cd
..
fi
else
cd
vlc
fi
if
[
"
$BUILD
"
=
0
]
...
...
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