Martin Storsjö <[email protected]> writes: > The name mingw32 as target OS is both misleading, and very little > of the target OS specific settings actually match. > > Since the target OS default is set based on uname, the default > (which on MSYS is set to mingw) is overridden by --toolchain=msvc. > --- > configure | 12 ++++++++---- > 1 file changed, 8 insertions(+), 4 deletions(-)
[...] > + msvc) > + objformat="win32" > + ranlib=: > + enable dos_paths > + ;; I don't really like calling the OS msvc. That is the compiler. How about "windows"? -- Måns Rullgård [email protected] _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
