[FFmpeg-cvslog] configure: msvc: default to 'lib' as 'ar' tool

Mans Rullgard git at videolan.org
Thu Sep 20 04:44:41 CEST 2012


ffmpeg | branch: master | Mans Rullgard <mans at mansr.com> | Tue Sep 18 00:10:29 2012 +0100| [ac3a9b51f77e54300827c338df0fd16251c93a73] | committer: Mans Rullgard

configure: msvc: default to 'lib' as 'ar' tool

Signed-off-by: Mans Rullgard <mans at mansr.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ac3a9b51f77e54300827c338df0fd16251c93a73
---

 configure |    1 +
 1 file changed, 1 insertion(+)

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"



More information about the ffmpeg-cvslog mailing list