From: Michael Jerris Date: Fri, 13 Jan 2006 15:51:43 +0000 (+0000) Subject: libg729 does not download, don't tell people you were unable to download as it is... X-Git-Tag: v1.0-beta1~3352 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9bac4a547dc813d2cf9453e841b66c97ece90166;p=thirdparty%2Ffreeswitch.git 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 --- 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