From: Rafaël Carré Date: Sat, 12 Nov 2011 03:45:44 +0000 (-0500) Subject: Add x86_64-win64-gcc to supported targets X-Git-Tag: v1.0.0~77 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3cad69430e56655b744db6e1fbc14d217780e01a;p=libvpx Add x86_64-win64-gcc to supported targets libvpx builds and runs correctly when built with x86_64-w64-mingw32-gcc Version tested: 4.6.1 Change-Id: I9aa953d615551ca4834c9a5f8b68778d032a6cf5 --- diff --git a/configure b/configure index e6fcc87da..cca94a24c 100755 --- a/configure +++ b/configure @@ -121,6 +121,7 @@ all_platforms="${all_platforms} x86_64-darwin10-gcc" all_platforms="${all_platforms} x86_64-linux-gcc" all_platforms="${all_platforms} x86_64-linux-icc" all_platforms="${all_platforms} x86_64-solaris-gcc" +all_platforms="${all_platforms} x86_64-win64-gcc" all_platforms="${all_platforms} x86_64-win64-vs8" all_platforms="${all_platforms} x86_64-win64-vs9" all_platforms="${all_platforms} universal-darwin8-gcc"