Update to 1.3.0 OBS-URL: https://build.opensuse.org/request/show/210407 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libvpx?expand=0&rev=47
16 lines
576 B
Diff
16 lines
576 B
Diff
diff --git a/build/make/configure.sh b/build/make/configure.sh
|
|
index cf78764..3213d97 100755
|
|
--- a/build/make/configure.sh
|
|
+++ b/build/make/configure.sh
|
|
@@ -820,8 +820,8 @@ process_common_toolchain() {
|
|
#endif
|
|
EOF
|
|
fi
|
|
- check_add_cflags -march=armv7-a -mfloat-abi=${float_abi}
|
|
- check_add_asflags -march=armv7-a -mfloat-abi=${float_abi}
|
|
+ check_add_cflags -march=armv7-a -mfloat-abi=hard
|
|
+ check_add_asflags -march=armv7-a -mfloat-abi=hard
|
|
|
|
if enabled neon
|
|
then
|