mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 02:19:01 +08:00
93895b28ea
* [opusfile] Fix CMake config for case-sensitive FS. On case-sensitive filesystems, `OpusFileConfig.cmake` is unable to find the exported targets due to mismatch case. See xiph/opusfile#42 * [opusfile] Update baseline.
31 lines
606 B
JSON
31 lines
606 B
JSON
{
|
|
"name": "opusfile",
|
|
"version": "0.12+20221121",
|
|
"port-version": 1,
|
|
"description": "Stand-alone decoder library for .opus streams",
|
|
"homepage": "https://github.com/xiph/opusfile",
|
|
"license": "BSD-3-Clause",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
"libogg",
|
|
"opus",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"opusurl": {
|
|
"description": "Support decoding of http(s) streams",
|
|
"supports": "!windows",
|
|
"dependencies": [
|
|
"openssl"
|
|
]
|
|
}
|
|
}
|
|
}
|