mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 01:26:58 +00:00
move to new sofia tarball for windows build, this new tarball includes fix for build w/o glib on *nix, fix for segfault on cancel during early media, and proper implementation of handing subscribe and publish requests up to the application (removes our private hacks to enable this behavior).
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3167 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -76,8 +76,8 @@
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Downloading SOFIA."
|
||||
CommandLine="if not exist "$(ProjectDir)..\sofia-sip-1.12.3.4" cscript /nologo "$(ProjectDir)util.vbs" GetUnzip http://svn.freeswitch.org/downloads/libs/sofia-sip-1.12.3.4.tar.gz "$(ProjectDir).."
"
|
||||
Outputs="$(ProjectDir)..\sofia-sip-1.12.3.4"
|
||||
CommandLine="if not exist "$(ProjectDir)..\sofia-sip-1.12.3.5" cscript /nologo "$(ProjectDir)util.vbs" GetUnzip http://svn.freeswitch.org/downloads/libs/sofia-sip-1.12.3.5.tar.gz "$(ProjectDir).."
"
|
||||
Outputs="$(ProjectDir)..\sofia-sip-1.12.3.5"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
@@ -86,8 +86,8 @@
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Downloading SOFIA."
|
||||
CommandLine="if not exist "$(ProjectDir)..\sofia-sip-1.12.3.4" cscript /nologo "$(ProjectDir)util.vbs" GetUnzip http://svn.freeswitch.org/downloads/libs/sofia-sip-1.12.3.4.tar.gz "$(ProjectDir).."
"
|
||||
Outputs="$(ProjectDir)..\sofia-sip-1.12.3.4"
|
||||
CommandLine="if not exist "$(ProjectDir)..\sofia-sip-1.12.3.5" cscript /nologo "$(ProjectDir)util.vbs" GetUnzip http://svn.freeswitch.org/downloads/libs/sofia-sip-1.12.3.5.tar.gz "$(ProjectDir).."
"
|
||||
Outputs="$(ProjectDir)..\sofia-sip-1.12.3.5"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
|
@@ -1 +1 @@
|
||||
1
|
||||
2
|
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user