Module: libav Branch: master Commit: ac3a9b51f77e54300827c338df0fd16251c93a73
Author: Mans Rullgard <[email protected]> Committer: Mans Rullgard <[email protected]> Date: Tue Sep 18 00:10:29 2012 +0100 configure: msvc: default to 'lib' as 'ar' tool Signed-off-by: Mans Rullgard <[email protected]> --- configure | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/configure b/configure index 8a7eaf4..49e9ecf 100755 --- a/configure +++ b/configure @@ -2045,6 +2045,7 @@ case "$toolchain" in cc_default="c99wrap cl" ld_default="c99wrap link" nm_default="dumpbin -symbols" + ar_default="lib" ;; ?*) die "Unknown toolchain $toolchain" _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
