Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
b6a1983c
Commit
b6a1983c
authored
Aug 29, 2009
by
Rémi Denis-Courmont
Browse files
contribs: VFP -> NEON
parent
5f361758
Changes
1
Hide whitespace changes
Inline
Side-by-side
extras/contrib/bootstrap
View file @
b6a1983c
...
...
@@ -240,7 +240,7 @@ case $HOST in
cat
src/Distributions/maemo.mak
>>
distro.mak
echo
'HAVE_MAEMO = 1'
>>
config.mak
EXTRA_CFLAGS
=
" -mcpu=cortex-a8 -mtune=cortex-a8 -march=armv7-a"
EXTRA_CLFAGS
=
"
$EXTRA_CFLAGS
-mfpu=
vfp
"
EXTRA_CLFAGS
=
"
$EXTRA_CFLAGS
-mfpu=
neon
"
EXTRA_CFLAGS
=
"
$EXTRA_CFLAGS
-mthumb -mthumb-interwork"
echo
'HAVE_ISA_THUMB = 1'
>>
config.mak
fi
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment