summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafaël Carré <funman@videolan.org>2011-11-11 22:45:44 -0500
committerRafaël Carré <funman@videolan.org>2011-11-11 22:45:44 -0500
commit3cad69430e56655b744db6e1fbc14d217780e01a (patch)
tree4791fc505d83ce5971b87e651f6093e75f62a6bf
parent7b0feac4a4386eef3e1ea851e52e4f30935e255d (diff)
downloadlibvpx-3cad69430e56655b744db6e1fbc14d217780e01a.tar
libvpx-3cad69430e56655b744db6e1fbc14d217780e01a.tar.gz
libvpx-3cad69430e56655b744db6e1fbc14d217780e01a.tar.bz2
libvpx-3cad69430e56655b744db6e1fbc14d217780e01a.zip
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
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
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"