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
57c57a43
Commit
57c57a43
authored
Feb 04, 2015
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
More readable variable
parent
d5a5fcb5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
compile-libvlc.sh
compile-libvlc.sh
+3
-3
No files found.
compile-libvlc.sh
View file @
57c57a43
...
...
@@ -38,7 +38,7 @@ if [ ${ANDROID_ABI} == "armeabi-nofpu" ];then
ANDROID_ABI
=
"armeabi"
fi
if
[
${
ANDROID_ABI
}
==
"armeabi-v5"
]
;
then
NO_ARMV6
=
0
ARMV5
=
1
NO_FPU
=
0
ANDROID_ABI
=
"armeabi"
fi
...
...
@@ -84,7 +84,7 @@ echo "ABI: $ANDROID_ABI"
if
[
!
-z
"
$NO_FPU
"
]
;
then
echo
"FPU: NO"
fi
if
[
!
-z
"
$
NO_ARMV6
"
]
;
then
if
[
!
-z
"
$
ARMV5
"
]
;
then
echo
"ARMv5: YES"
fi
...
...
@@ -132,7 +132,7 @@ if [ ${ANDROID_ABI} = "armeabi-v7a" ] ; then
EXTRA_CFLAGS
=
"-mfpu=vfpv3-d16 -mcpu=cortex-a8"
EXTRA_CFLAGS
=
"
${
EXTRA_CFLAGS
}
-mthumb -mfloat-abi=softfp"
elif
[
${
ANDROID_ABI
}
=
"armeabi"
]
;
then
if
[
-n
"
${
NO_ARMV6
}
"
]
;
then
if
[
-n
"
${
ARMV5
}
"
]
;
then
EXTRA_CFLAGS
=
"-march=armv5te -mtune=arm9tdmi -msoft-float"
else
if
[
-n
"
${
NO_FPU
}
"
]
;
then
...
...
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