Skip to content

Commit 55fbb1c

Browse files
committed
Fix outdated link to jpegsrc for the Visual Studio solution.
1 parent 69ef51d commit 55fbb1c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

win/libs/win32/spandsp/make_v34_probe_signals.vcxproj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,11 @@
6565
<ClCompile Include="$(SolutionDir)\..\src\g711.c" />
6666
<ClCompile Include="$(SolutionDir)\..\src\alloc.c" />
6767
</ItemGroup>
68+
<ItemGroup>
69+
<ProjectReference Include="..\libtiff\libtiff.vcxproj">
70+
<Project>{401a40cd-5db4-4e34-ac68-fa99e9fac014}</Project>
71+
</ProjectReference>
72+
</ItemGroup>
6873
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
6974
<ImportGroup Label="ExtensionTargets">
7075
</ImportGroup>

win/w32/download_libjpeg.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
<Target Name="libjpegDownloadTarget" BeforeTargets="CustomBuild;PreBuildEvent;" DependsOnTargets="7za">
3131
<DownloadPackageTask
32-
package="http://www.ijg.org/files/jpegsrc.v8d.tar.gz"
32+
package="https://files.freeswitch.org/downloads/libs/jpegsrc.v8d.tar.gz"
3333
expectfileordirectory="$(BaseDir)libs\jpeg-8d\jpegint.h"
3434
outputfolder=""
3535
outputfilename=""

0 commit comments

Comments
 (0)