- Update to version 1.4.0 OBS-URL: https://build.opensuse.org/request/show/307328 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libvpx?expand=0&rev=52
14 lines
568 B
Diff
14 lines
568 B
Diff
--- build/make/configure.sh.orig 2015-04-03 20:49:19.000000000 +0200
|
|
+++ build/make/configure.sh 2015-05-12 10:44:10.156868400 +0200
|
|
@@ -846,8 +852,8 @@
|
|
#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 || enabled neon_asm; then
|
|
check_add_cflags -mfpu=neon #-ftree-vectorize
|