On 26/07/15 11:57, 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
Ok. _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
