On Mon, Apr 15, 2013 at 08:31:46AM +0200, Nicolas BERTRAND wrote: > > Which tool do you use for testing on 32 bits versions ( I only know > virtualbox) ?
gcc Here's what I use to test both x86_32 and x86_64 on my x86_64 build host: make distclean && ./configure --enable-gpl --extra-cflags=-m32 --extra-ldflags=-m32 && make -j 32 check && make distclean && ./configure --enable-gpl && make -j 32 check Diego _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
