]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
[mod_shout] Fix Windows build by placing libogg sources to files.freeswitch.org 613/head
authorAndrey Volk <andywolk@gmail.com>
Wed, 6 May 2020 17:04:43 +0000 (21:04 +0400)
committerAndrey Volk <andywolk@gmail.com>
Wed, 6 May 2020 17:04:43 +0000 (21:04 +0400)
w32/download_OGG.props

index 1761c949a55ffd16bd77fcee2d8fc46a05af8c76..cd9c91f62a6c4fefeecbf2b5ca0c3d13c5af13f1 100644 (file)
@@ -29,7 +29,7 @@
 
   <Target Name="OGGDownloadTarget" BeforeTargets="CustomBuild;PreBuildEvent;" DependsOnTargets="7za">
       <DownloadPackageTask
-           package="http://downloads.xiph.org/releases/ogg/libogg-1.1.3.tar.gz"
+           package="http://files.freeswitch.org/downloads/libs/libogg-1.1.3.tar.gz"
            expectfileordirectory="$(BaseDir)libs\libogg-1.1.3\Makefile.am"
            outputfolder=""
            outputfilename=""