mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-21 03:35:09 +08:00
[openal-soft] enable OpenSL backend for Android (#24506)
* [openal-soft] enable OpenSL backend for Android * Make use of VCPKG_TARGET_IS_ANDROID * Remove unneded ALSOFT_REQUIRE_ANDROID * Update version database
This commit is contained in:
parent
40a4e68a4f
commit
8c9537add3
@ -46,7 +46,7 @@ vcpkg_configure_cmake(
|
|||||||
-DALSOFT_BACKEND_PULSEAUDIO=OFF
|
-DALSOFT_BACKEND_PULSEAUDIO=OFF
|
||||||
-DALSOFT_BACKEND_COREAUDIO=${ALSOFT_REQUIRE_APPLE}
|
-DALSOFT_BACKEND_COREAUDIO=${ALSOFT_REQUIRE_APPLE}
|
||||||
-DALSOFT_BACKEND_JACK=OFF
|
-DALSOFT_BACKEND_JACK=OFF
|
||||||
-DALSOFT_BACKEND_OPENSL=OFF
|
-DALSOFT_BACKEND_OPENSL=${VCPKG_TARGET_IS_ANDROID}
|
||||||
-DALSOFT_BACKEND_WAVE=ON
|
-DALSOFT_BACKEND_WAVE=ON
|
||||||
-DALSOFT_BACKEND_WINMM=OFF
|
-DALSOFT_BACKEND_WINMM=OFF
|
||||||
-DALSOFT_BACKEND_DSOUND=OFF
|
-DALSOFT_BACKEND_DSOUND=OFF
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "openal-soft",
|
"name": "openal-soft",
|
||||||
"version-semver": "1.21.1",
|
"version-semver": "1.21.1",
|
||||||
"port-version": 4,
|
"port-version": 5,
|
||||||
"description": "OpenAL Soft is an LGPL-licensed, cross-platform, software implementation of the OpenAL 3D audio API.",
|
"description": "OpenAL Soft is an LGPL-licensed, cross-platform, software implementation of the OpenAL 3D audio API.",
|
||||||
"homepage": "https://github.com/kcat/openal-soft",
|
"homepage": "https://github.com/kcat/openal-soft",
|
||||||
"supports": "!uwp"
|
"supports": "!uwp"
|
||||||
|
@ -5054,7 +5054,7 @@
|
|||||||
},
|
},
|
||||||
"openal-soft": {
|
"openal-soft": {
|
||||||
"baseline": "1.21.1",
|
"baseline": "1.21.1",
|
||||||
"port-version": 4
|
"port-version": 5
|
||||||
},
|
},
|
||||||
"openblas": {
|
"openblas": {
|
||||||
"baseline": "0.3.19",
|
"baseline": "0.3.19",
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "cff63a457841bcacd168775e25794f8245d06cf0",
|
||||||
|
"version-semver": "1.21.1",
|
||||||
|
"port-version": 5
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "a1dee3171a9184c0a13631fda79f6aa58d2b80b6",
|
"git-tree": "a1dee3171a9184c0a13631fda79f6aa58d2b80b6",
|
||||||
"version-semver": "1.21.1",
|
"version-semver": "1.21.1",
|
||||||
|
Loading…
Reference in New Issue
Block a user