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
Opus tools
Commits
49764212
Verified
Commit
49764212
authored
Sep 09, 2019
by
Mark Harris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
appveyor: update ogg sln and lib name
parent
40307422
Pipeline
#1371
passed with stage
in 59 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
.appveyor.yml
.appveyor.yml
+1
-1
win32/VS2015/opus-tools.props
win32/VS2015/opus-tools.props
+1
-1
No files found.
.appveyor.yml
View file @
49764212
...
...
@@ -23,7 +23,7 @@ install:
-
7z x libopusenc.zip -oopus-artifacts
-
move /Y opus-artifacts ..\opus
-
git clone -q https://github.com/xiph/ogg.git ..\ogg
-
msbuild "..\ogg\win32\VS2015\libogg
_static
.sln" /property:Configuration=%CONFIGURATION%;Platform=%PLATFORM% /m /v:minimal /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
-
msbuild "..\ogg\win32\VS2015\libogg.sln" /property:Configuration=%CONFIGURATION%;Platform=%PLATFORM% /m /v:minimal /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
-
chocolatey install -y nasm
-
set PATH=%PROGRAMFILES%\nasm;%PATH%
-
git clone -q https://github.com/xiph/flac.git ..\flac
...
...
win32/VS2015/opus-tools.props
View file @
49764212
...
...
@@ -12,7 +12,7 @@
</ItemDefinitionGroup>
<ItemDefinitionGroup
Condition=
"'$(Configuration)'=='Debug' or '$(Configuration)'=='Release'"
>
<Link>
<AdditionalDependencies>
opus.lib;libogg
_static
.lib;opusfile.lib;opusenc.lib;libeay32.lib;ssleay32.lib;ws2_32.lib;crypt32.lib;winmm.lib;%(AdditionalDependencies)
</AdditionalDependencies>
<AdditionalDependencies>
opus.lib;libogg.lib;opusfile.lib;opusenc.lib;libeay32.lib;ssleay32.lib;ws2_32.lib;crypt32.lib;winmm.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