Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
Opusfile
Commits
aa549457
Commit
aa549457
authored
Jul 28, 2016
by
Ricardo Constantino (:RiCON)
Committed by
Ralph Giles
Jul 28, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
VS2015: Depend on OpenSSL.
Signed-off-by:
Ralph Giles
<
giles@thaumas.net
>
parent
fdfa8ba1
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
32 additions
and
36 deletions
+32
-36
win32/VS2015/opusfile.vcxproj
win32/VS2015/opusfile.vcxproj
+8
-8
win32/VS2015/opusfile_example.vcxproj
win32/VS2015/opusfile_example.vcxproj
+12
-14
win32/VS2015/seeking_example.vcxproj
win32/VS2015/seeking_example.vcxproj
+12
-14
No files found.
win32/VS2015/opusfile.vcxproj
View file @
aa549457
...
...
@@ -79,24 +79,24 @@
</ImportGroup>
<PropertyGroup
Label=
"UserMacros"
/>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
<IncludePath>
..\..\..\opus\include;..\..\..\ogg\include;..\..\include;$(IncludePath)
</IncludePath>
<OutDir>
$(Platform)\$(Configuration)\
</OutDir>
<IntDir>
$(Platform)\$(Configuration)\$(ProjectName)\
</IntDir>
<IncludePath>
..\..\..\opus\include;..\..\..\ogg\include;..\..\..\openssl\inc32;..\..\..\openssl\$(Platform)\Release\include;..\..\include;$(IncludePath)
</IncludePath>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
>
<IncludePath>
..\..\..\opus\include;..\..\..\ogg\include;..\..\include;$(IncludePath)
</IncludePath>
<OutDir>
$(Platform)\$(Configuration)\
</OutDir>
<IntDir>
$(Platform)\$(Configuration)\$(ProjectName)\
</IntDir>
<IncludePath>
..\..\..\opus\include;..\..\..\ogg\include;..\..\..\openssl\inc32;..\..\..\openssl\$(Platform)\Release\include;..\..\include;$(IncludePath)
</IncludePath>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
<IncludePath>
..\..\..\opus\include;..\..\..\ogg\include;..\..\include;$(IncludePath)
</IncludePath>
<OutDir>
$(Platform)\$(Configuration)\
</OutDir>
<IntDir>
$(Platform)\$(Configuration)\$(ProjectName)\
</IntDir>
<IncludePath>
..\..\..\opus\include;..\..\..\ogg\include;..\..\..\openssl\inc32;..\..\..\openssl\$(Platform)\Release\include;..\..\include;$(IncludePath)
</IncludePath>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
<IncludePath>
..\..\..\opus\include;..\..\..\ogg\include;..\..\include;$(IncludePath)
</IncludePath>
<OutDir>
$(Platform)\$(Configuration)\
</OutDir>
<IntDir>
$(Platform)\$(Configuration)\$(ProjectName)\
</IntDir>
<IncludePath>
..\..\..\opus\include;..\..\..\ogg\include;..\..\..\openssl\inc32;..\..\..\openssl\$(Platform)\Release\include;..\..\include;$(IncludePath)
</IncludePath>
</PropertyGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
<ClCompile>
...
...
@@ -104,7 +104,7 @@
</PrecompiledHeader>
<WarningLevel>
Level3
</WarningLevel>
<Optimization>
Disabled
</Optimization>
<PreprocessorDefinitions>
WIN32;_DEBUG;_CRT_SECURE_NO_WARNINGS;_LIB;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<PreprocessorDefinitions>
WIN32;
OP_ENABLE_HTTP;
_DEBUG;_CRT_SECURE_NO_WARNINGS;_LIB;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<RuntimeLibrary>
MultiThreadedDebug
</RuntimeLibrary>
</ClCompile>
<Link>
...
...
@@ -118,7 +118,7 @@
</PrecompiledHeader>
<WarningLevel>
Level3
</WarningLevel>
<Optimization>
Disabled
</Optimization>
<PreprocessorDefinitions>
WIN32;WIN64;_DEBUG;_CRT_SECURE_NO_WARNINGS;_LIB;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<PreprocessorDefinitions>
WIN32;
OP_ENABLE_HTTP;
WIN64;_DEBUG;_CRT_SECURE_NO_WARNINGS;_LIB;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<RuntimeLibrary>
MultiThreadedDebug
</RuntimeLibrary>
</ClCompile>
<Link>
...
...
@@ -134,7 +134,7 @@
<Optimization>
MaxSpeed
</Optimization>
<FunctionLevelLinking>
true
</FunctionLevelLinking>
<IntrinsicFunctions>
true
</IntrinsicFunctions>
<PreprocessorDefinitions>
WIN32;NDEBUG;_CRT_SECURE_NO_WARNINGS;_LIB;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<PreprocessorDefinitions>
WIN32;
OP_ENABLE_HTTP;
NDEBUG;_CRT_SECURE_NO_WARNINGS;_LIB;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<RuntimeLibrary>
MultiThreaded
</RuntimeLibrary>
<InlineFunctionExpansion>
AnySuitable
</InlineFunctionExpansion>
<FavorSizeOrSpeed>
Speed
</FavorSizeOrSpeed>
...
...
@@ -156,7 +156,7 @@
<Optimization>
MaxSpeed
</Optimization>
<FunctionLevelLinking>
true
</FunctionLevelLinking>
<IntrinsicFunctions>
true
</IntrinsicFunctions>
<PreprocessorDefinitions>
WIN32;WIN64;NDEBUG;_CRT_SECURE_NO_WARNINGS;_LIB;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<PreprocessorDefinitions>
WIN32;
OP_ENABLE_HTTP;
WIN64;NDEBUG;_CRT_SECURE_NO_WARNINGS;_LIB;%(PreprocessorDefinitions)
</PreprocessorDefinitions>
<RuntimeLibrary>
MultiThreaded
</RuntimeLibrary>
<InlineFunctionExpansion>
AnySuitable
</InlineFunctionExpansion>
<FavorSizeOrSpeed>
Speed
</FavorSizeOrSpeed>
...
...
win32/VS2015/opusfile_example.vcxproj
View file @
aa549457
...
...
@@ -67,32 +67,30 @@
</ImportGroup>
<PropertyGroup
Label=
"UserMacros"
/>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
<LinkIncremental>
false
</LinkIncremental>
<IncludePath>
..\..\..\opus\include;..\..\..\ogg\include;..\..\include;$(IncludePath)
</IncludePath>
<LibraryPath>
..\..\..\opus\win32\VS2015\$(Platform)\$(Configuration)\;..\..\..\ogg\win32\VS2015\$(Platform)\$(Configuration)\;$(LibraryPath)
</LibraryPath>
<LibraryPath>
..\..\..\opus\win32\VS2015\$(Platform)\$(Configuration);..\..\..\ogg\win32\VS2015\$(Platform)\$(Configuration);..\..\..\openssl\$(Platform)\Release\lib;..\..\..\openssl\out32;$(LibraryPath)
</LibraryPath>
<OutDir>
$(Platform)\$(Configuration)\
</OutDir>
<IntDir>
$(Platform)\$(Configuration)\$(ProjectName)\
</IntDir>
<IncludePath>
..\..\..\opus\include;..\..\..\ogg\include;..\..\..\openssl\inc32;..\..\..\openssl\$(Platform)\Release\include;..\..\include;$(IncludePath)
</IncludePath>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
>
<LinkIncremental>
false
</LinkIncremental>
<IncludePath>
..\..\..\opus\include;..\..\..\ogg\include;..\..\include;$(IncludePath)
</IncludePath>
<LibraryPath>
..\..\..\opus\win32\VS2015\$(Platform)\$(Configuration)\;..\..\..\ogg\win32\VS2015\$(Platform)\$(Configuration)\;$(LibraryPath)
</LibraryPath>
<LibraryPath>
..\..\..\opus\win32\VS2015\$(Platform)\$(Configuration);..\..\..\ogg\win32\VS2015\$(Platform)\$(Configuration);..\..\..\openssl\$(Platform)\Release\lib;..\..\..\openssl\out32;$(LibraryPath)
</LibraryPath>
<OutDir>
$(Platform)\$(Configuration)\
</OutDir>
<IntDir>
$(Platform)\$(Configuration)\$(ProjectName)\
</IntDir>
<IncludePath>
..\..\..\opus\include;..\..\..\ogg\include;..\..\..\openssl\inc32;..\..\..\openssl\$(Platform)\Release\include;..\..\include;$(IncludePath)
</IncludePath>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
<LinkIncremental>
false
</LinkIncremental>
<IncludePath>
..\..\..\opus\include;..\..\..\ogg\include;..\..\include;$(IncludePath)
</IncludePath>
<LibraryPath>
..\..\..\opus\win32\VS2015\$(Platform)\$(Configuration)\;..\..\..\ogg\win32\VS2015\$(Platform)\$(Configuration)\;$(LibraryPath)
</LibraryPath>
<LibraryPath>
..\..\..\opus\win32\VS2015\$(Platform)\$(Configuration);..\..\..\ogg\win32\VS2015\$(Platform)\$(Configuration);..\..\..\openssl\$(Platform)\Release\lib;..\..\..\openssl\out32;$(LibraryPath)
</LibraryPath>
<OutDir>
$(Platform)\$(Configuration)\
</OutDir>
<IntDir>
$(Platform)\$(Configuration)\$(ProjectName)\
</IntDir>
<IncludePath>
..\..\..\opus\include;..\..\..\ogg\include;..\..\..\openssl\inc32;..\..\..\openssl\$(Platform)\Release\include;..\..\include;$(IncludePath)
</IncludePath>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
<LinkIncremental>
false
</LinkIncremental>
<IncludePath>
..\..\..\opus\include;..\..\..\ogg\include;..\..\include;$(IncludePath)
</IncludePath>
<LibraryPath>
..\..\..\opus\win32\VS2015\$(Platform)\$(Configuration)\;..\..\..\ogg\win32\VS2015\$(Platform)\$(Configuration)\;$(LibraryPath)
</LibraryPath>
<LibraryPath>
..\..\..\opus\win32\VS2015\$(Platform)\$(Configuration);..\..\..\ogg\win32\VS2015\$(Platform)\$(Configuration);..\..\..\openssl\$(Platform)\Release\lib;..\..\..\openssl\out32;$(LibraryPath)
</LibraryPath>
<OutDir>
$(Platform)\$(Configuration)\
</OutDir>
<IntDir>
$(Platform)\$(Configuration)\$(ProjectName)\
</IntDir>
<IncludePath>
..\..\..\opus\include;..\..\..\ogg\include;..\..\..\openssl\inc32;..\..\..\openssl\$(Platform)\Release\include;..\..\include;$(IncludePath)
</IncludePath>
</PropertyGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
<ClCompile>
...
...
@@ -106,7 +104,7 @@
<Link>
<SubSystem>
Console
</SubSystem>
<GenerateDebugInformation>
true
</GenerateDebugInformation>
<AdditionalDependencies>
libogg_static.lib;opus.lib
</AdditionalDependencies>
<AdditionalDependencies>
libogg_static.lib;opus.lib
;libeay32.lib;ssleay32.lib;ws2_32.lib;crypt32.lib;%(AdditionalDependencies)
</AdditionalDependencies>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
>
...
...
@@ -121,7 +119,7 @@
<Link>
<SubSystem>
Console
</SubSystem>
<GenerateDebugInformation>
true
</GenerateDebugInformation>
<AdditionalDependencies>
libogg_static.lib;opus.lib
</AdditionalDependencies>
<AdditionalDependencies>
libogg_static.lib;opus.lib
;libeay32.lib;ssleay32.lib;ws2_32.lib;crypt32.lib;%(AdditionalDependencies)
</AdditionalDependencies>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
...
...
@@ -142,7 +140,7 @@
<GenerateDebugInformation>
true
</GenerateDebugInformation>
<EnableCOMDATFolding>
true
</EnableCOMDATFolding>
<OptimizeReferences>
true
</OptimizeReferences>
<AdditionalDependencies>
libogg_static.lib;opus.lib
</AdditionalDependencies>
<AdditionalDependencies>
libogg_static.lib;opus.lib
;libeay32.lib;ssleay32.lib;ws2_32.lib;crypt32.lib;%(AdditionalDependencies)
</AdditionalDependencies>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
...
...
@@ -163,7 +161,7 @@
<GenerateDebugInformation>
true
</GenerateDebugInformation>
<EnableCOMDATFolding>
true
</EnableCOMDATFolding>
<OptimizeReferences>
true
</OptimizeReferences>
<AdditionalDependencies>
libogg_static.lib;opus.lib
</AdditionalDependencies>
<AdditionalDependencies>
libogg_static.lib;opus.lib
;libeay32.lib;ssleay32.lib;ws2_32.lib;crypt32.lib;%(AdditionalDependencies)
</AdditionalDependencies>
</Link>
</ItemDefinitionGroup>
<ItemGroup>
...
...
win32/VS2015/seeking_example.vcxproj
View file @
aa549457
...
...
@@ -67,32 +67,30 @@
</ImportGroup>
<PropertyGroup
Label=
"UserMacros"
/>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
<LinkIncremental>
false
</LinkIncremental>
<IncludePath>
..\..\..\opus\include;..\..\..\ogg\include;..\..\include;$(IncludePath)
</IncludePath>
<LibraryPath>
..\..\..\opus\win32\VS2015\$(Platform)\$(Configuration)\;..\..\..\ogg\win32\VS2015\$(Platform)\$(Configuration)\;$(LibraryPath)
</LibraryPath>
<LibraryPath>
..\..\..\opus\win32\VS2015\$(Platform)\$(Configuration);..\..\..\ogg\win32\VS2015\$(Platform)\$(Configuration);..\..\..\openssl\$(Platform)\Release\lib;..\..\..\openssl\out32;$(LibraryPath)
</LibraryPath>
<OutDir>
$(Platform)\$(Configuration)\
</OutDir>
<IntDir>
$(Platform)\$(Configuration)\$(ProjectName)\
</IntDir>
<IncludePath>
..\..\..\opus\include;..\..\..\ogg\include;..\..\..\openssl\inc32;..\..\..\openssl\$(Platform)\Release\include;..\..\include;$(IncludePath)
</IncludePath>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
>
<LinkIncremental>
false
</LinkIncremental>
<IncludePath>
..\..\..\opus\include;..\..\..\ogg\include;..\..\include;$(IncludePath)
</IncludePath>
<LibraryPath>
..\..\..\opus\win32\VS2015\$(Platform)\$(Configuration)\;..\..\..\ogg\win32\VS2015\$(Platform)\$(Configuration)\;$(LibraryPath)
</LibraryPath>
<LibraryPath>
..\..\..\opus\win32\VS2015\$(Platform)\$(Configuration);..\..\..\ogg\win32\VS2015\$(Platform)\$(Configuration);..\..\..\openssl\$(Platform)\Release\lib;..\..\..\openssl\out32;$(LibraryPath)
</LibraryPath>
<OutDir>
$(Platform)\$(Configuration)\
</OutDir>
<IntDir>
$(Platform)\$(Configuration)\$(ProjectName)\
</IntDir>
<IncludePath>
..\..\..\opus\include;..\..\..\ogg\include;..\..\..\openssl\inc32;..\..\..\openssl\$(Platform)\Release\include;..\..\include;$(IncludePath)
</IncludePath>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
<LinkIncremental>
false
</LinkIncremental>
<IncludePath>
..\..\..\opus\include;..\..\..\ogg\include;..\..\include;$(IncludePath)
</IncludePath>
<LibraryPath>
..\..\..\opus\win32\VS2015\$(Platform)\$(Configuration)\;..\..\..\ogg\win32\VS2015\$(Platform)\$(Configuration)\;$(LibraryPath)
</LibraryPath>
<LibraryPath>
..\..\..\opus\win32\VS2015\$(Platform)\$(Configuration);..\..\..\ogg\win32\VS2015\$(Platform)\$(Configuration);..\..\..\openssl\$(Platform)\Release\lib;..\..\..\openssl\out32;$(LibraryPath)
</LibraryPath>
<OutDir>
$(Platform)\$(Configuration)\
</OutDir>
<IntDir>
$(Platform)\$(Configuration)\$(ProjectName)\
</IntDir>
<IncludePath>
..\..\..\opus\include;..\..\..\ogg\include;..\..\..\openssl\inc32;..\..\..\openssl\$(Platform)\Release\include;..\..\include;$(IncludePath)
</IncludePath>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
<LinkIncremental>
false
</LinkIncremental>
<IncludePath>
..\..\..\opus\include;..\..\..\ogg\include;..\..\include;$(IncludePath)
</IncludePath>
<LibraryPath>
..\..\..\opus\win32\VS2015\$(Platform)\$(Configuration)\;..\..\..\ogg\win32\VS2015\$(Platform)\$(Configuration)\;$(LibraryPath)
</LibraryPath>
<LibraryPath>
..\..\..\opus\win32\VS2015\$(Platform)\$(Configuration);..\..\..\ogg\win32\VS2015\$(Platform)\$(Configuration);..\..\..\openssl\$(Platform)\Release\lib;..\..\..\openssl\out32;$(LibraryPath)
</LibraryPath>
<OutDir>
$(Platform)\$(Configuration)\
</OutDir>
<IntDir>
$(Platform)\$(Configuration)\$(ProjectName)\
</IntDir>
<IncludePath>
..\..\..\opus\include;..\..\..\ogg\include;..\..\..\openssl\inc32;..\..\..\openssl\$(Platform)\Release\include;..\..\include;$(IncludePath)
</IncludePath>
</PropertyGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|Win32'"
>
<ClCompile>
...
...
@@ -106,7 +104,7 @@
<Link>
<SubSystem>
Console
</SubSystem>
<GenerateDebugInformation>
true
</GenerateDebugInformation>
<AdditionalDependencies>
libogg_static.lib;opus.lib;%(AdditionalDependencies)
</AdditionalDependencies>
<AdditionalDependencies>
libogg_static.lib;opus.lib;
libeay32.lib;ssleay32.lib;ws2_32.lib;crypt32.lib;
%(AdditionalDependencies)
</AdditionalDependencies>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
>
...
...
@@ -121,7 +119,7 @@
<Link>
<SubSystem>
Console
</SubSystem>
<GenerateDebugInformation>
true
</GenerateDebugInformation>
<AdditionalDependencies>
libogg_static.lib;opus.lib;%(AdditionalDependencies)
</AdditionalDependencies>
<AdditionalDependencies>
libogg_static.lib;opus.lib;
libeay32.lib;ssleay32.lib;ws2_32.lib;crypt32.lib;
%(AdditionalDependencies)
</AdditionalDependencies>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
>
...
...
@@ -140,7 +138,7 @@
<GenerateDebugInformation>
true
</GenerateDebugInformation>
<EnableCOMDATFolding>
true
</EnableCOMDATFolding>
<OptimizeReferences>
true
</OptimizeReferences>
<AdditionalDependencies>
libogg_static.lib;opus.lib;%(AdditionalDependencies)
</AdditionalDependencies>
<AdditionalDependencies>
libogg_static.lib;opus.lib;
libeay32.lib;ssleay32.lib;ws2_32.lib;crypt32.lib;
%(AdditionalDependencies)
</AdditionalDependencies>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
...
...
@@ -159,7 +157,7 @@
<GenerateDebugInformation>
true
</GenerateDebugInformation>
<EnableCOMDATFolding>
true
</EnableCOMDATFolding>
<OptimizeReferences>
true
</OptimizeReferences>
<AdditionalDependencies>
libogg_static.lib;opus.lib;%(AdditionalDependencies)
</AdditionalDependencies>
<AdditionalDependencies>
libogg_static.lib;opus.lib;
libeay32.lib;ssleay32.lib;ws2_32.lib;crypt32.lib;
%(AdditionalDependencies)
</AdditionalDependencies>
</Link>
</ItemDefinitionGroup>
<ItemGroup>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment