From 9bac4a547dc813d2cf9453e841b66c97ece90166 Mon Sep 17 00:00:00 2001 From: Michael Jerris Date: Fri, 13 Jan 2006 15:51:43 +0000 Subject: [PATCH] libg729 does not download, don't tell people you were unable to download as it is not part of the distribution. git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@374 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- w32/vsnet/GetLibs.vbs | 2 -- 1 file changed, 2 deletions(-) diff --git a/w32/vsnet/GetLibs.vbs b/w32/vsnet/GetLibs.vbs index 9ea74f11ff..d8a37adf44 100644 --- a/w32/vsnet/GetLibs.vbs +++ b/w32/vsnet/GetLibs.vbs @@ -456,8 +456,6 @@ Sub BuildLibs_libg729(BuildDebug, BuildRelease) BuildViaVCBuild LibDestDir & "codec\libg729\libg729.vcproj", "Release" End If End If - Else - Wscript.echo "Unable to download libg729" End If End Sub