[Build-System] Update commit hash of SpanDSP on Windows.

This commit is contained in:
Andrey Volk 2023-06-28 23:12:00 +03:00
parent 845b4fdd5e
commit eec311d8d7
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -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>