On 2012-12-01 23:20:03 +0000, Måns Rullgård wrote: > This makes configure honour the compiler default if thumb is not > explicitly enabled or disabled. > > Signed-off-by: Mans Rullgard <[email protected]> > --- > configure | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/configure b/configure > index 5008f71..ec5cd1f 100755 > --- a/configure > +++ b/configure > @@ -3117,6 +3117,7 @@ if enabled alpha; then > > elif enabled arm; then > > + check_cpp_condition stddef.h "defined __thumb__" && enable_weak thumb > enabled thumb && check_cflags -mthumb || check_cflags -marm > nogas=die
ok Janne _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
