From a40c12547cc484216368ed62a07b58bedcd6a388 Mon Sep 17 00:00:00 2001 From: Mike Jerris Date: Tue, 1 Sep 2015 11:35:16 -0400 Subject: [PATCH] FS-7966: bump lame tarball version so it downloads a new one --- libs/win32/Download LAME.2015.vcxproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/win32/Download LAME.2015.vcxproj b/libs/win32/Download LAME.2015.vcxproj index eff9f303df..2a48d74019 100644 --- a/libs/win32/Download LAME.2015.vcxproj +++ b/libs/win32/Download LAME.2015.vcxproj @@ -69,11 +69,11 @@ Document Downloading Lame. - if not exist "$(ProjectDir)..\lame-3.98.4" cscript /nologo "$(ProjectDir)util.vbs" GetUnzip http://files.freeswitch.org/downloads/libs/lame-3.98.4.tar.gz "$(ProjectDir).." + if not exist "$(ProjectDir)..\lame-3.98.4" cscript /nologo "$(ProjectDir)util.vbs" GetUnzip http://files.freeswitch.org/downloads/libs/lame-3.98.4-1.tar.gz "$(ProjectDir).." $(ProjectDir)..\lame-3.98.4;%(Outputs) Downloading Lame. - if not exist "$(ProjectDir)..\lame-3.98.4" cscript /nologo "$(ProjectDir)util.vbs" GetUnzip http://files.freeswitch.org/downloads/libs/lame-3.98.4.tar.gz "$(ProjectDir).." + if not exist "$(ProjectDir)..\lame-3.98.4" cscript /nologo "$(ProjectDir)util.vbs" GetUnzip http://files.freeswitch.org/downloads/libs/lame-3.98.4-1.tar.gz "$(ProjectDir).." $(ProjectDir)..\lame-3.98.4;%(Outputs)