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
fb56090c
Commit
fb56090c
authored
May 10, 2013
by
Rafaël Carré
Browse files
contrib: ffmpeg: add flags for armv6
parent
335457ee
Changes
2
Hide whitespace changes
Inline
Side-by-side
contrib/bootstrap
View file @
fb56090c
...
...
@@ -198,6 +198,7 @@ check_android_sdk()
add_make
"ANDROID_ABI :=
${
ANDROID_ABI
}
"
[
${
ANDROID_ABI
}
=
"armeabi-v7a"
]
&&
add_make_enabled
"HAVE_NEON"
[
${
ANDROID_ABI
}
=
"armeabi-v7a"
]
&&
add_make_enabled
"HAVE_ARMV7A"
[
${
ANDROID_ABI
}
=
"armeabi"
-a
-z
"
${
NO_ARMV6
}
"
]
&&
add_make_enabled
"HAVE_ARMV6"
}
test
-z
"
$PREFIX
"
||
add_make
"PREFIX :=
$PREFIX
"
...
...
contrib/src/ffmpeg/rules.mak
View file @
fb56090c
...
...
@@ -60,6 +60,9 @@ endif
ifdef
HAVE_ARMV7A
FFMPEGCONF
+=
--cpu
=
cortex-a8
endif
ifdef
HAVE_ARMV6
FFMPEGCONF
+=
--cpu
=
armv6
--disable-neon
endif
endif
# MIPS stuff
...
...
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