libvpx: fix armv7hf again
This commit is contained in:
parent
8898e6dcd1
commit
2eb48db39d
|
@ -27,12 +27,12 @@ index 007e02000..c7e9076b3 100644
|
|||
armv7*-hardfloat* | armv7*-gnueabihf | arm-*-gnueabihf)
|
||||
tgt_isa=armv7
|
||||
float_abi=hard
|
||||
@@ -873,7 +881,7 @@ process_common_toolchain() {
|
||||
@@ -873,7 +881,8 @@ process_common_toolchain() {
|
||||
soft_enable neon
|
||||
;;
|
||||
armv7|armv7s)
|
||||
- soft_enable neon
|
||||
+ #soft_enable neon
|
||||
soft_enable neon
|
||||
+ float_abi=hard
|
||||
# Only enable neon_asm when neon is also enabled.
|
||||
enabled neon && soft_enable neon_asm
|
||||
# If someone tries to force it through, die.
|
||||
|
|
Loading…
Reference in New Issue