[openal-soft] Re-enable the DirectSound backend (#41087)

Co-authored-by: Jon <v-zhli17@microsoft.com>
This commit is contained in:
JonLiu1993 2024-09-21 05:23:12 +08:00 committed by GitHub
parent 38c8787aac
commit 35afd117ef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 8 additions and 3 deletions

View File

@ -58,7 +58,7 @@ vcpkg_cmake_configure(
-DALSOFT_BACKEND_OPENSL=${VCPKG_TARGET_IS_ANDROID} -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=${ALSOFT_REQUIRE_WINDOWS}
-DALSOFT_REQUIRE_WASAPI=${ALSOFT_REQUIRE_WINDOWS} -DALSOFT_REQUIRE_WASAPI=${ALSOFT_REQUIRE_WINDOWS}
-DALSOFT_CPUEXT_NEON=${ALSOFT_CPUEXT_NEON} -DALSOFT_CPUEXT_NEON=${ALSOFT_CPUEXT_NEON}
-DCMAKE_DISABLE_FIND_PACKAGE_WindowsSDK=ON -DCMAKE_DISABLE_FIND_PACKAGE_WindowsSDK=ON

View File

@ -1,7 +1,7 @@
{ {
"name": "openal-soft", "name": "openal-soft",
"version": "1.23.1", "version": "1.23.1",
"port-version": 1, "port-version": 2,
"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",
"license": "LGPL-2.0-or-later", "license": "LGPL-2.0-or-later",

View File

@ -6550,7 +6550,7 @@
}, },
"openal-soft": { "openal-soft": {
"baseline": "1.23.1", "baseline": "1.23.1",
"port-version": 1 "port-version": 2
}, },
"openblas": { "openblas": {
"baseline": "0.3.27", "baseline": "0.3.27",

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "f6ba0a57ee95816ceac7fc3b882bdcc6029591cb",
"version": "1.23.1",
"port-version": 2
},
{ {
"git-tree": "8000875d5dc94ae2b77e940befb113655efd55c1", "git-tree": "8000875d5dc94ae2b77e940befb113655efd55c1",
"version": "1.23.1", "version": "1.23.1",