mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 20:29:02 +08:00
0e9a28874c
* vcpkg_common_definitions: Add VCPKG_TARGET_IS_EMSCRIPTEN * [opus] Fix wasm32-emscripten builds * [libsodium] Fix wasm32-emscripten builds * Run x-add-version
24 lines
476 B
JSON
24 lines
476 B
JSON
{
|
|
"name": "opus",
|
|
"version": "1.3.1",
|
|
"port-version": 8,
|
|
"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": {
|
|
"avx": {
|
|
"description": "Builds the library with avx instruction set"
|
|
}
|
|
}
|
|
}
|