]> granicus.if.org Git - libvpx/commit
Add ARM64 support to VS project generation
authorJon Kunkee <jkunkee@microsoft.com>
Thu, 15 Nov 2018 21:01:04 +0000 (13:01 -0800)
committerJon Kunkee <jkunkee@microsoft.com>
Thu, 15 Nov 2018 23:04:31 +0000 (23:04 +0000)
commitaa827867aae79beecdc2588f2868ccd172f4b272
tree735707a410b418fa43b374f9744372ba07d92075
parente6f889c120f65bb3d612aec8e6b1e7e4fcd25378
Add ARM64 support to VS project generation

Windows builds can use msbuild.exe to build libvpx through a set of
generated Visual Studio project files. This commit adds awareness of
ARM64 Windows to this process by adding ARM64 configurations and
setting msbuild properties to consume the right SDK version.

Change-Id: I1bbc01cbe7be3d53c4e1af6cd96c6e4170aa4915
build/make/gen_msvs_vcxproj.sh