Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions ports/opus/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ vcpkg_check_features(OUT_FEATURE_OPTIONS FEATURE_OPTIONS
avx2 AVX2_SUPPORTED
)

set(STACK_PROTECTOR ON)
set(ADDITIONAL_OPUS_OPTIONS "")
if(VCPKG_TARGET_IS_MINGW)
set(STACK_PROTECTOR OFF)
Expand All @@ -27,8 +28,6 @@ elseif(VCPKG_TARGET_IS_WINDOWS)
endif()
elseif(VCPKG_TARGET_IS_EMSCRIPTEN)
set(STACK_PROTECTOR OFF)
else()
set(STACK_PROTECTOR ON)
endif()

vcpkg_cmake_configure(
Expand Down
1 change: 1 addition & 0 deletions ports/opus/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "opus",
"version": "1.5.2",
"port-version": 1,
"description": "Totally open, royalty-free, highly versatile audio codec",
"homepage": "https://github.com/xiph/opus",
"license": "BSD-3-Clause",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -7234,7 +7234,7 @@
},
"opus": {
"baseline": "1.5.2",
"port-version": 0
"port-version": 1
},
"opusfile": {
"baseline": "0.12+20221121",
Expand Down
5 changes: 5 additions & 0 deletions versions/o-/opus.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "2235818841e936376b19642c7a94fc7f17b2c2c2",
"version": "1.5.2",
"port-version": 1
},
{
"git-tree": "368f8193c8c240a844cd342a3a485a0fa62e5774",
"version": "1.5.2",
Expand Down
Loading