diff options
author | Ghislain MARY <ghislainmary2@gmail.com> | 2015-07-28 16:37:09 +0200 |
---|---|---|
committer | James Zern <jzern@google.com> | 2015-08-05 14:45:16 -0700 |
commit | 3067c34c5ae5ea94fc4b059a26c385408912e9ce (patch) | |
tree | aaf7a3cad9629dac1fb97321626b3f8f0610e2db /README | |
parent | 23591322cfe8f9e88d150ff737e0773293012f32 (diff) | |
download | libvpx-3067c34c5ae5ea94fc4b059a26c385408912e9ce.tar libvpx-3067c34c5ae5ea94fc4b059a26c385408912e9ce.tar.gz libvpx-3067c34c5ae5ea94fc4b059a26c385408912e9ce.tar.bz2 libvpx-3067c34c5ae5ea94fc4b059a26c385408912e9ce.zip |
Support build with Visual Studio 14.
Change-Id: Id0d7c19857e29b66c652c8cc1ab56b64e4fc0fa3
Diffstat (limited to 'README')
-rw-r--r-- | README | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -59,6 +59,7 @@ COMPILING THE APPLICATIONS/LIBRARIES: armv7-none-rvct armv7-win32-vs11 armv7-win32-vs12 + armv7-win32-vs14 armv7s-darwin-gcc mips32-linux-gcc mips64-linux-gcc @@ -85,6 +86,7 @@ COMPILING THE APPLICATIONS/LIBRARIES: x86-win32-vs10 x86-win32-vs11 x86-win32-vs12 + x86-win32-vs14 x86_64-android-gcc x86_64-darwin9-gcc x86_64-darwin10-gcc @@ -102,6 +104,7 @@ COMPILING THE APPLICATIONS/LIBRARIES: x86_64-win64-vs10 x86_64-win64-vs11 x86_64-win64-vs12 + x86_64-win64-vs14 generic-gnu The generic-gnu target, in conjunction with the CROSS environment variable, |