On 26/07/15 11:57, Martin Storsjö wrote:
This macro identifies whether VFPv3 is available; MSVC defaults
to hardfloat (except for older MSVC versions for CE, targeting
ARMv4).
---
  configure | 2 ++
  1 file changed, 2 insertions(+)

diff --git a/configure b/configure
index 96e5f93..446a786 100755
--- a/configure
+++ b/configure
@@ -4012,6 +4012,8 @@ elif enabled arm; then

      if     check_cpp_condition stddef.h "defined __ARM_PCS_VFP"; then
          enable vfp_args
+    elif check_cpp_condition stddef.h "defined _M_ARM_FP && _M_ARM_FP >= 30"; 
then
+        enable vfp_args
      elif ! check_cpp_condition stddef.h "defined __ARM_PCS || defined 
__SOFTFP__"; then
          case "${cross_prefix:-$cc}" in
              *hardfloat*)         enable vfp_args;   fpabi=vfp ;;


Seems fine.
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to