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">
|
||||
<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"
|
||||
outputfolder=""
|
||||
outputfilename="spandsp-$(SpandspVersion).zip"
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<Import Project="basedir.props" Condition=" '$(BaseDirImported)' == ''"/>
|
||||
</ImportGroup>
|
||||
<PropertyGroup Label="UserMacros">
|
||||
<SpandspVersion>master</SpandspVersion>
|
||||
<SpandspVersion>0d2e6ac65e0e8f53d652665a743015a88bf048d4</SpandspVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<SpandspVersionImported>true</SpandspVersionImported>
|
||||
|
|
Loading…
Reference in New Issue