Merge pull request #3776 from darkf/cubeb-sink2
Implement a Cubeb audio sink
This commit is contained in:
commit
04a9145dfc
8 changed files with 206 additions and 0 deletions
6
externals/CMakeLists.txt
vendored
6
externals/CMakeLists.txt
vendored
|
@ -77,3 +77,9 @@ if (ENABLE_WEB_SERVICE)
|
|||
add_library(json-headers INTERFACE)
|
||||
target_include_directories(json-headers INTERFACE ./json)
|
||||
endif()
|
||||
|
||||
# Cubeb
|
||||
if(ENABLE_CUBEB)
|
||||
set(BUILD_TESTS OFF CACHE BOOL "")
|
||||
add_subdirectory(cubeb)
|
||||
endif()
|
||||
|
|
1
externals/cubeb
vendored
Submodule
1
externals/cubeb
vendored
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 44341a1e0658a3939d29c0b5a230ca095ae63dd3
|
Loading…
Add table
Add a link
Reference in a new issue