diff --git a/appveyor.yml b/appveyor.yml
index 58f9134e0b70522746d218ca3a316efbb5fc2b87..69220368ab26572557da3c5a4678589eec679aa9 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -2,6 +2,7 @@ image: Visual Studio 2015
configuration:
- Debug
- Release
+- Release-NoHTTP
platform:
- Win32
@@ -11,8 +12,8 @@ install:
- cd %APPVEYOR_BUILD_FOLDER%\..
- git clone -q https://github.com/xiph/opus.git opus
- git clone -q https://github.com/xiph/ogg.git ogg
-- msbuild opus\win32\VS2015\opus.vcxproj /m /v:minimal /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll" /p:Configuration=%CONFIGURATION%;Platform=%PLATFORM%
-- msbuild ogg\win32\VS2015\libogg_static.sln /m /v:minimal /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll" /property:Configuration=%CONFIGURATION%;Platform=%PLATFORM%
+- msbuild opus\win32\VS2015\opus.vcxproj /p:Configuration=%CONFIGURATION:-NoHTTP=%;Platform=%PLATFORM% /m /v:minimal /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
+- msbuild ogg\win32\VS2015\libogg_static.sln /p:Configuration=%CONFIGURATION:-NoHTTP=%;Platform=%PLATFORM% /m /v:minimal /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
- git clone -q --branch=OpenSSL_1_0_2-stable https://github.com/openssl/openssl.git openssl
- ps: >-
If ($env:Platform -Match "Win32") {
diff --git a/win32/.gitignore b/win32/.gitignore
index b3af7178a6c139cd22fa9c71e1194d2f375d5915..4ef99ac33657fdf51694b3f7bb9566d21dabdfe5 100644
--- a/win32/.gitignore
+++ b/win32/.gitignore
@@ -4,6 +4,7 @@
[Dd]ebugPublic/
[Rr]elease/
[Rr]eleaseDLL/
+[Rr]elese-NoHTTP/
[Rr]eleases/
*.manifest
*.lastbuildstate
diff --git a/win32/VS2015/opusfile.sln b/win32/VS2015/opusfile.sln
index 84eafe4760122051e81513711df1879d25eccbbb..c80d22f49980d38d2ce6e04ce259c18e565ebdb0 100644
--- a/win32/VS2015/opusfile.sln
+++ b/win32/VS2015/opusfile.sln
@@ -15,6 +15,8 @@ Global
Debug|x64 = Debug|x64
Release|Win32 = Release|Win32
Release|x64 = Release|x64
+ Release-NoHTTP|Win32 = Release-NoHTTP|Win32
+ Release-NoHTTP|x64 = Release-NoHTTP|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1A4B5203-52EB-4805-9511-84B1BD094FCA}.Debug|Win32.ActiveCfg = Debug|Win32
@@ -25,6 +27,10 @@ Global
{1A4B5203-52EB-4805-9511-84B1BD094FCA}.Release|Win32.Build.0 = Release|Win32
{1A4B5203-52EB-4805-9511-84B1BD094FCA}.Release|x64.ActiveCfg = Release|x64
{1A4B5203-52EB-4805-9511-84B1BD094FCA}.Release|x64.Build.0 = Release|x64
+ {1A4B5203-52EB-4805-9511-84B1BD094FCA}.Release-NoHTTP|Win32.ActiveCfg = Release-NoHTTP|Win32
+ {1A4B5203-52EB-4805-9511-84B1BD094FCA}.Release-NoHTTP|Win32.Build.0 = Release-NoHTTP|Win32
+ {1A4B5203-52EB-4805-9511-84B1BD094FCA}.Release-NoHTTP|x64.ActiveCfg = Release-NoHTTP|x64
+ {1A4B5203-52EB-4805-9511-84B1BD094FCA}.Release-NoHTTP|x64.Build.0 = Release-NoHTTP|x64
{5B354509-E328-439E-B79D-D8DD7F7FF8E3}.Debug|Win32.ActiveCfg = Debug|Win32
{5B354509-E328-439E-B79D-D8DD7F7FF8E3}.Debug|Win32.Build.0 = Debug|Win32
{5B354509-E328-439E-B79D-D8DD7F7FF8E3}.Debug|x64.ActiveCfg = Debug|x64
@@ -33,6 +39,10 @@ Global
{5B354509-E328-439E-B79D-D8DD7F7FF8E3}.Release|Win32.Build.0 = Release|Win32
{5B354509-E328-439E-B79D-D8DD7F7FF8E3}.Release|x64.ActiveCfg = Release|x64
{5B354509-E328-439E-B79D-D8DD7F7FF8E3}.Release|x64.Build.0 = Release|x64
+ {5B354509-E328-439E-B79D-D8DD7F7FF8E3}.Release-NoHTTP|Win32.ActiveCfg = Release-NoHTTP|Win32
+ {5B354509-E328-439E-B79D-D8DD7F7FF8E3}.Release-NoHTTP|Win32.Build.0 = Release-NoHTTP|Win32
+ {5B354509-E328-439E-B79D-D8DD7F7FF8E3}.Release-NoHTTP|x64.ActiveCfg = Release-NoHTTP|x64
+ {5B354509-E328-439E-B79D-D8DD7F7FF8E3}.Release-NoHTTP|x64.Build.0 = Release-NoHTTP|x64
{4FF9E8FA-2B1F-46B9-950A-B38D72F67C4C}.Debug|Win32.ActiveCfg = Debug|Win32
{4FF9E8FA-2B1F-46B9-950A-B38D72F67C4C}.Debug|Win32.Build.0 = Debug|Win32
{4FF9E8FA-2B1F-46B9-950A-B38D72F67C4C}.Debug|x64.ActiveCfg = Debug|x64
@@ -41,6 +51,10 @@ Global
{4FF9E8FA-2B1F-46B9-950A-B38D72F67C4C}.Release|Win32.Build.0 = Release|Win32
{4FF9E8FA-2B1F-46B9-950A-B38D72F67C4C}.Release|x64.ActiveCfg = Release|x64
{4FF9E8FA-2B1F-46B9-950A-B38D72F67C4C}.Release|x64.Build.0 = Release|x64
+ {4FF9E8FA-2B1F-46B9-950A-B38D72F67C4C}.Release-NoHTTP|Win32.ActiveCfg = Release-NoHTTP|Win32
+ {4FF9E8FA-2B1F-46B9-950A-B38D72F67C4C}.Release-NoHTTP|Win32.Build.0 = Release-NoHTTP|Win32
+ {4FF9E8FA-2B1F-46B9-950A-B38D72F67C4C}.Release-NoHTTP|x64.ActiveCfg = Release-NoHTTP|x64
+ {4FF9E8FA-2B1F-46B9-950A-B38D72F67C4C}.Release-NoHTTP|x64.Build.0 = Release-NoHTTP|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
diff --git a/win32/VS2015/opusfile.vcxproj b/win32/VS2015/opusfile.vcxproj
index 86b78f9983c3388d0964656bd0799c83fafb4aeb..413ab5f5077656f970a618efe7872b3024901001 100644
--- a/win32/VS2015/opusfile.vcxproj
+++ b/win32/VS2015/opusfile.vcxproj
@@ -9,6 +9,14 @@
Debug
x64
+
+ Release-NoHTTP
+ Win32
+
+
+ Release-NoHTTP
+ x64
+
Release
Win32
@@ -55,6 +63,13 @@
NotSet
v140
+
+ StaticLibrary
+ false
+ true
+ NotSet
+ v140
+
StaticLibrary
false
@@ -62,6 +77,13 @@
NotSet
v140
+
+ StaticLibrary
+ false
+ true
+ NotSet
+ v140
+
@@ -74,9 +96,15 @@
+
+
+
+
+
+
$(Platform)\$(Configuration)\
@@ -93,11 +121,21 @@
$(Platform)\$(Configuration)\$(ProjectName)\
..\..\..\opus\include;..\..\..\ogg\include;..\..\..\openssl\inc32;..\..\..\openssl\$(Platform)\Release\include;..\..\include;$(IncludePath)
+
+ $(Platform)\$(Configuration)\
+ $(Platform)\$(Configuration)\$(ProjectName)\
+ ..\..\..\opus\include;..\..\..\ogg\include;..\..\include;$(IncludePath)
+
$(Platform)\$(Configuration)\
$(Platform)\$(Configuration)\$(ProjectName)\
..\..\..\opus\include;..\..\..\ogg\include;..\..\..\openssl\inc32;..\..\..\openssl\$(Platform)\Release\include;..\..\include;$(IncludePath)
+
+ $(Platform)\$(Configuration)\
+ $(Platform)\$(Configuration)\$(ProjectName)\
+ ..\..\..\opus\include;..\..\..\ogg\include;..\..\include;$(IncludePath)
+
@@ -148,6 +186,28 @@
true
+
+
+ Level3
+
+
+ MaxSpeed
+ true
+ true
+ WIN32;NDEBUG;_CRT_SECURE_NO_WARNINGS;_LIB;%(PreprocessorDefinitions)
+ MultiThreaded
+ AnySuitable
+ Speed
+ true
+ Fast
+
+
+ Windows
+ true
+ true
+ true
+
+
Level3
@@ -170,6 +230,28 @@
true
+
+
+ Level3
+
+
+ MaxSpeed
+ true
+ true
+ WIN32;WIN64;NDEBUG;_CRT_SECURE_NO_WARNINGS;_LIB;%(PreprocessorDefinitions)
+ MultiThreaded
+ AnySuitable
+ Speed
+ true
+ Fast
+
+
+ Windows
+ true
+ true
+ true
+
+
diff --git a/win32/VS2015/opusfile_example.vcxproj b/win32/VS2015/opusfile_example.vcxproj
index fef01f2211cf1dbcdf350e15c2a00665ecd4c7f6..b054287e33873adac19015ac9a59566ece497bbd 100644
--- a/win32/VS2015/opusfile_example.vcxproj
+++ b/win32/VS2015/opusfile_example.vcxproj
@@ -9,6 +9,14 @@
Debug
x64
+
+ Release-NoHTTP
+ Win32
+
+
+ Release-NoHTTP
+ x64
+
Release
Win32
@@ -43,6 +51,13 @@
Unicode
v140
+
+ Application
+ false
+ true
+ Unicode
+ v140
+
Application
false
@@ -50,6 +65,13 @@
Unicode
v140
+
+ Application
+ false
+ true
+ Unicode
+ v140
+
@@ -62,9 +84,15 @@
+
+
+
+
+
+
..\..\..\opus\win32\VS2015\$(Platform)\$(Configuration);..\..\..\ogg\win32\VS2015\$(Platform)\$(Configuration);..\..\..\openssl\$(Platform)\Release\lib;..\..\..\openssl\out32;$(LibraryPath)
@@ -85,6 +113,13 @@
$(Platform)\$(Configuration)\$(ProjectName)\
..\..\..\opus\include;..\..\..\ogg\include;..\..\..\openssl\inc32;..\..\..\openssl\$(Platform)\Release\include;..\..\include;$(IncludePath)
+
+ false
+ ..\..\..\opus\win32\VS2015\$(Platform)\Release;..\..\..\ogg\win32\VS2015\$(Platform)\Release;$(LibraryPath)
+ $(Platform)\$(Configuration)\
+ $(Platform)\$(Configuration)\$(ProjectName)\
+ ..\..\..\opus\include;..\..\..\ogg\include;..\..\include;$(IncludePath)
+
false
..\..\..\opus\win32\VS2015\$(Platform)\$(Configuration);..\..\..\ogg\win32\VS2015\$(Platform)\$(Configuration);..\..\..\openssl\$(Platform)\Release\lib;..\..\..\openssl\out32;$(LibraryPath)
@@ -92,6 +127,13 @@
$(Platform)\$(Configuration)\$(ProjectName)\
..\..\..\opus\include;..\..\..\ogg\include;..\..\..\openssl\inc32;..\..\..\openssl\$(Platform)\Release\include;..\..\include;$(IncludePath)
+
+ false
+ ..\..\..\opus\win32\VS2015\$(Platform)\Release;..\..\..\ogg\win32\VS2015\$(Platform)\Release;$(LibraryPath)
+ $(Platform)\$(Configuration)\
+ $(Platform)\$(Configuration)\$(ProjectName)\
+ ..\..\..\opus\include;..\..\..\ogg\include;..\..\include;$(IncludePath)
+
@@ -143,6 +185,27 @@
libogg_static.lib;opus.lib;libeay32.lib;ssleay32.lib;ws2_32.lib;crypt32.lib;%(AdditionalDependencies)
+
+
+ Level3
+
+
+ MaxSpeed
+ true
+ true
+ WIN32;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CONSOLE;%(PreprocessorDefinitions)
+ MultiThreaded
+ AnySuitable
+ Speed
+
+
+ Console
+ true
+ true
+ true
+ libogg_static.lib;opus.lib;%(AdditionalDependencies)
+
+
Level3
@@ -164,6 +227,27 @@
libogg_static.lib;opus.lib;libeay32.lib;ssleay32.lib;ws2_32.lib;crypt32.lib;%(AdditionalDependencies)
+
+
+ Level3
+
+
+ MaxSpeed
+ true
+ true
+ WIN32;WIN64;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CONSOLE;%(PreprocessorDefinitions)
+ MultiThreaded
+ AnySuitable
+ Speed
+
+
+ Console
+ true
+ true
+ true
+ libogg_static.lib;opus.lib;%(AdditionalDependencies)
+
+
diff --git a/win32/VS2015/seeking_example.vcxproj b/win32/VS2015/seeking_example.vcxproj
index de4229ae4cdc5afd0f09208f716a9c5225ac4022..4b2dbcb5371dee3ff12277e6b544ab5651ebb0f4 100644
--- a/win32/VS2015/seeking_example.vcxproj
+++ b/win32/VS2015/seeking_example.vcxproj
@@ -9,6 +9,14 @@
Debug
x64
+
+ Release-NoHTTP
+ Win32
+
+
+ Release-NoHTTP
+ x64
+
Release
Win32
@@ -43,6 +51,13 @@
NotSet
v140
+
+ Application
+ false
+ true
+ NotSet
+ v140
+
Application
false
@@ -50,6 +65,13 @@
NotSet
v140
+
+ Application
+ false
+ true
+ NotSet
+ v140
+
@@ -62,9 +84,15 @@
+
+
+
+
+
+
..\..\..\opus\win32\VS2015\$(Platform)\$(Configuration);..\..\..\ogg\win32\VS2015\$(Platform)\$(Configuration);..\..\..\openssl\$(Platform)\Release\lib;..\..\..\openssl\out32;$(LibraryPath)
@@ -85,6 +113,13 @@
$(Platform)\$(Configuration)\$(ProjectName)\
..\..\..\opus\include;..\..\..\ogg\include;..\..\..\openssl\inc32;..\..\..\openssl\$(Platform)\Release\include;..\..\include;$(IncludePath)
+
+ false
+ ..\..\..\opus\win32\VS2015\$(Platform)\Release;..\..\..\ogg\win32\VS2015\$(Platform)\Release;$(LibraryPath)
+ $(Platform)\$(Configuration)\
+ $(Platform)\$(Configuration)\$(ProjectName)\
+ ..\..\..\opus\include;..\..\..\ogg\include;..\..\include;$(IncludePath)
+
false
..\..\..\opus\win32\VS2015\$(Platform)\$(Configuration);..\..\..\ogg\win32\VS2015\$(Platform)\$(Configuration);..\..\..\openssl\$(Platform)\Release\lib;..\..\..\openssl\out32;$(LibraryPath)
@@ -92,6 +127,13 @@
$(Platform)\$(Configuration)\$(ProjectName)\
..\..\..\opus\include;..\..\..\ogg\include;..\..\..\openssl\inc32;..\..\..\openssl\$(Platform)\Release\include;..\..\include;$(IncludePath)
+
+ false
+ ..\..\..\opus\win32\VS2015\$(Platform)\Release;..\..\..\ogg\win32\VS2015\$(Platform)\Release;$(LibraryPath)
+ $(Platform)\$(Configuration)\
+ $(Platform)\$(Configuration)\$(ProjectName)\
+ ..\..\..\opus\include;..\..\..\ogg\include;..\..\include;$(IncludePath)
+
@@ -141,6 +183,25 @@
libogg_static.lib;opus.lib;libeay32.lib;ssleay32.lib;ws2_32.lib;crypt32.lib;%(AdditionalDependencies)
+
+
+ Level3
+
+
+ MaxSpeed
+ true
+ true
+ WIN32;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CONSOLE;%(PreprocessorDefinitions)
+ MultiThreaded
+
+
+ Console
+ true
+ true
+ true
+ libogg_static.lib;opus.lib;%(AdditionalDependencies)
+
+
Level3
@@ -160,6 +221,25 @@
libogg_static.lib;opus.lib;libeay32.lib;ssleay32.lib;ws2_32.lib;crypt32.lib;%(AdditionalDependencies)
+
+
+ Level3
+
+
+ MaxSpeed
+ true
+ true
+ WIN32;WIN64;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CONSOLE;%(PreprocessorDefinitions)
+ MultiThreaded
+
+
+ Console
+ true
+ true
+ true
+ libogg_static.lib;opus.lib;%(AdditionalDependencies)
+
+