mirror of
https://github.com/stenzek/duckstation.git
synced 2026-02-04 05:04:33 +00:00
[PR #1164] [MERGED] dep/cubeb: Update to 70fadbf #355
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/stenzek/duckstation/pull/1164
Author: @ggrtk
Created: 12/7/2020
Status: ✅ Merged
Merged: 12/7/2020
Merged by: @stenzek
Base:
master← Head:update-cubeb📝 Commits (1)
47bf986dep/cubeb: Update to 70fadbf📊 Changes
9 files changed (+1687 additions, -123 deletions)
View changed files
📝
dep/cubeb/CMakeLists.txt(+24 -1)📝
dep/cubeb/include/cubeb/cubeb.h(+3 -1)📝
dep/cubeb/src/cubeb.c(+12 -0)➕
dep/cubeb/src/cubeb_aaudio.cpp(+1488 -0)➕
dep/cubeb/src/cubeb_android.h(+17 -0)📝
dep/cubeb/src/cubeb_log.h(+1 -0)📝
dep/cubeb/src/cubeb_opensl.c(+2 -6)📝
dep/cubeb/src/cubeb_oss.c(+118 -112)📝
dep/cubeb/src/cubeb_wasapi.cpp(+22 -3)📄 Description
Upstream cubeb now has a patch I submitted (https://github.com/kinetiknz/cubeb/pull/628) for fixing #1120.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.