shithub: libvpx

Download patch

ref: 046226376533b610ddc700f14409f195aa6abd51
parent: c8f6ed77b95bfa376008e54a24bdce5485bba5ca
author: James Zern <jzern@google.com>
date: Wed Jun 29 12:57:28 EDT 2016

configure: restore vs_version variable

inadvertently lost in the final patchset of:
078dff7 configure: remove old visual studio support (<2010)

this prevents an empty CONFIG_VS_VERSION and avoids make failure

Change-Id: I529d52eca59329e2715309efd63d80f0e1fed462

--- a/configure
+++ b/configure
@@ -640,6 +640,7 @@
     case "$tgt_cc" in
         vs*) enable_feature msvs
              enable_feature solution
+             vs_version=${tgt_cc##vs}
              VCPROJ_SFX=vcxproj
              gen_vcproj_cmd=${source_path}/build/make/gen_msvs_vcxproj.sh
              enabled werror && gen_vcproj_cmd="${gen_vcproj_cmd} --enable-werror"