forked from Mirrors/freeswitch
[Build-System] Update commit hash of SpanDSP on Windows.
This commit is contained in:
parent
845b4fdd5e
commit
eec311d8d7
|
@ -29,7 +29,7 @@
|
||||||
|
|
||||||
<Target Name="SpandspDownloadTarget" BeforeTargets="CustomBuild;PreBuildEvent;" DependsOnTargets="7za">
|
<Target Name="SpandspDownloadTarget" BeforeTargets="CustomBuild;PreBuildEvent;" DependsOnTargets="7za">
|
||||||
<DownloadPackageTask
|
<DownloadPackageTask
|
||||||
package="https://github.com/freeswitch/spandsp/archive/master.zip"
|
package="https://github.com/freeswitch/spandsp/archive/0d2e6ac65e0e8f53d652665a743015a88bf048d4.zip"
|
||||||
expectfileordirectory="$(BaseDir)libs\spandsp\configure.ac"
|
expectfileordirectory="$(BaseDir)libs\spandsp\configure.ac"
|
||||||
outputfolder=""
|
outputfolder=""
|
||||||
outputfilename="spandsp-$(SpandspVersion).zip"
|
outputfilename="spandsp-$(SpandspVersion).zip"
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<Import Project="basedir.props" Condition=" '$(BaseDirImported)' == ''"/>
|
<Import Project="basedir.props" Condition=" '$(BaseDirImported)' == ''"/>
|
||||||
</ImportGroup>
|
</ImportGroup>
|
||||||
<PropertyGroup Label="UserMacros">
|
<PropertyGroup Label="UserMacros">
|
||||||
<SpandspVersion>master</SpandspVersion>
|
<SpandspVersion>0d2e6ac65e0e8f53d652665a743015a88bf048d4</SpandspVersion>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<SpandspVersionImported>true</SpandspVersionImported>
|
<SpandspVersionImported>true</SpandspVersionImported>
|
||||||
|
|
Loading…
Reference in New Issue