Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
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
videolan
vlc-2-2
Commits
54bfce03
Commit
54bfce03
authored
Sep 01, 2011
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Android configure: actually use NEON in NEON build
Oops :D
parent
e593067f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
extras/package/android/configure.sh
extras/package/android/configure.sh
+2
-2
No files found.
extras/package/android/configure.sh
View file @
54bfce03
...
@@ -17,9 +17,9 @@ LDFLAGS="-Wl,-Bdynamic,-dynamic-linker=/system/bin/linker -Wl,--no-undefined"
...
@@ -17,9 +17,9 @@ LDFLAGS="-Wl,-Bdynamic,-dynamic-linker=/system/bin/linker -Wl,--no-undefined"
if
[
-z
"
$NO_NEON
"
]
;
then
if
[
-z
"
$NO_NEON
"
]
;
then
CXX_TARGET
=
"armeabi-v7a"
CXX_TARGET
=
"armeabi-v7a"
CFLAGS
=
"
$CFLAGS
-mfpu=neon -m
tune=cortex-a8 -ftree-vectorize -mvectorize-with-neon-quad
"
CFLAGS
=
"
$CFLAGS
-mfpu=neon -m
arch=armv7-a -mtune=cortex-a8 -mfloat-abi=softfp -ftree-vectorize -mvectorize-with-neon-quad -funsafe-math-optimizations
"
LDFLAGS
=
"
$LDFLAGS
-Wl,--fix-cortex-a8"
LDFLAGS
=
"
$LDFLAGS
-Wl,--fix-cortex-a8"
EXTRA_PARAMS
=
""
EXTRA_PARAMS
=
"
--enable-neon
"
else
else
CXX_TARGET
=
"armeabi"
CXX_TARGET
=
"armeabi"
CFLAGS
=
"
$CFLAGS
-march=armv6j -mtune=arm1136j-s -msoft-float"
CFLAGS
=
"
$CFLAGS
-march=armv6j -mtune=arm1136j-s -msoft-float"
...
...
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