Files
vcpkg/ports/opus/vcpkg.json
Johan Laanstra 98ef4fc522 [opus] Set STACK_PROTECTOR ON for Windows builds (#47822)
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2025-10-16 10:31:57 -07:00

24 lines
478 B
JSON

{
"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",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"avx2": {
"description": "Builds the library with avx2 instruction set"
}
}
}