shithub: libvpx

Download patch

ref: 9d8a1c078144bd8e16a43159a760c4d524cb7324
parent: c65e8e8e463a62f89e86bfa7e7da6c5a13d501b4
parent: 7630e36f1bda1dbf6e63c2514927b0e524787a41
author: Yunqing Wang <yunqingwang@google.com>
date: Fri Jun 18 06:25:26 EDT 2010

Merge "Add x86_64-linux-icc target to build VP8 with icc"

--- a/build/make/configure.sh
+++ b/build/make/configure.sh
@@ -797,6 +797,8 @@
                 setup_gnu_toolchain
                 add_cflags -use-msasm -use-asm
                 add_ldflags -i-static
+                enabled x86_64 && add_cflags -ipo -no-prec-div -static -xSSE3 -axSSE3
+                enabled x86_64 && AR=xiar
                 ;;
             gcc*)
                 add_cflags  -m${bits}
--- a/configure
+++ b/configure
@@ -109,6 +109,7 @@
 all_platforms="${all_platforms} x86-win32-vs8"
 all_platforms="${all_platforms} x86_64-darwin9-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-vs8"
 all_platforms="${all_platforms} universal-darwin8-gcc"