On 26 Jul, Martin Storsjö wrote :
> ---
>  configure | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/configure b/configure
> index 446a786..77eb8f5 100755
> --- a/configure
> +++ b/configure
> @@ -4007,6 +4007,7 @@ elif enabled alpha; then
>  
>  elif enabled arm; then
>  
> +    enabled msvc && check_cpp_condition stddef.h "_M_ARM >= 7" && enable 
> thumb
>      check_cpp_condition stddef.h "defined __thumb__" && enable_weak thumb
>      enabled thumb && check_cflags -mthumb || check_cflags -marm

Doesn't that break Windows CE?

If you ever cared about that...

With my kindest regards,

-- 
Jean-Baptiste Kempf
http://www.jbkempf.com/ - +33 672 704 734
Sent from my Electronic Device
_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to