Diego Biurrun <[email protected]> writes: > On Tue, Sep 11, 2012 at 11:35:59AM +0300, Martin Storsjö wrote: >> --- a/configure >> +++ b/configure >> @@ -2330,7 +2330,7 @@ probe_cc(){ >> if [ $pfx = hostcc ]; then >> append _cflags -Dsnprintf=_snprintf >> fi >> - disable aligned_stack >> + enabled x86_32 && disable aligned_stack >> fi > > You should move this to an msvc section in the compiler section starting > on line 3420.
Or wait for Ronald to implement stack realignment in the asm functions, then we can remove the thing entirely. -- Måns Rullgård [email protected] _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
