From a5bca8b2cc58691d7e14dd355a4b1812764981d8 Mon Sep 17 00:00:00 2001 From: Chocobo1 Date: Mon, 15 Apr 2024 18:42:31 +0800 Subject: [PATCH] Update build script --- .appveyor.yml | 4 ++-- Readme.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index c0e41f7..e23770d 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -40,8 +40,8 @@ environment: OGG_MSBUILD_CMD_X64: /maxcpucount /property:Configuration=Release,Platform=x64 /target:ogg OPUS_SOL_FILE: Opus.sln - OPUS_GIT_TAG: v1.5.1 - OPUS_CMAKE: -DOPUS_BUILD_PROGRAMS=ON -DOPUS_DEEP_PLC=ON -DOPUS_DRED=ON -DOPUS_OSCE=ON + OPUS_GIT_TAG: v1.5.2 + OPUS_CMAKE: -DOPUS_BUILD_PROGRAMS=ON -DOPUS_DEEP_PLC=ON -DOPUS_DRED=ON -DOPUS_OSCE=ON -DOPUS_STATIC_RUNTIME=ON OPUS_MSBUILD_CMD_X86: /maxcpucount /property:Configuration=Release,Platform=Win32 OPUS_MSBUILD_CMD_X64: /maxcpucount /property:Configuration=Release,Platform=x64 diff --git a/Readme.md b/Readme.md index 18d2d4e..33b0f00 100644 --- a/Readme.md +++ b/Readme.md @@ -13,7 +13,7 @@ | Project | Version | | ----------------------------------------------------------------- | --------------------- | | [opus-tools][opus-tools-link], [(mirror)][opus-tools-mirror-link] | git master | - | [opus][opus-link], [(mirror)][opus-mirror-link] | v1.5.1 | + | [opus][opus-link], [(mirror)][opus-mirror-link] | Latest stable release | | [libopusenc][libopusenc-link], [(mirror)][libopusenc-mirror-link] | git master | | [opusfile][opusfile-link], [(mirror)][opusfile-mirror-link] | git master | | [ogg][ogg-link], [(mirror)][ogg-mirror-link] | git master |