Martin Storsjö <[email protected]> writes:

> On 64 bit, the stack seems to be aligned enough for our needs.

IIRC that is an ABI requirement even on win64.

> ---
>  configure |    3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/configure b/configure
> index fec7b25..a60172d 100755
> --- a/configure
> +++ b/configure
> @@ -2330,7 +2330,6 @@ probe_cc(){
>          if [ $pfx = hostcc ]; then
>              append _cflags -Dsnprintf=_snprintf
>          fi
> -        disable aligned_stack
>      fi
>  
>      eval ${pfx}_type=\$_type
> @@ -3474,6 +3473,8 @@ elif enabled tms470; then
>      add_cflags -pds=824 -pds=837
>  elif enabled pathscale; then
>      add_cflags -fstrict-overflow -OPT:wrap_around_unsafe_opt=OFF
> +elif enabled msvc; then
> +    enabled x86_32 && disable aligned_stack
>  fi
>  
>  enabled_any $THREADS_LIST      && enable threads
> -- 

OK

-- 
Måns Rullgård
[email protected]
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to