mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 09:09:52 -06:00
AudioCommon: add Cubeb backend
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
set(SRCS
|
||||
AudioCommon.cpp
|
||||
CubebStream.cpp
|
||||
DPL2Decoder.cpp
|
||||
Mixer.cpp
|
||||
WaveFile.cpp
|
||||
@ -76,4 +77,4 @@ elseif(APPLE)
|
||||
target_sources(audiocommon PRIVATE CoreAudioSoundStream.cpp)
|
||||
endif()
|
||||
|
||||
target_link_libraries(audiocommon PRIVATE SoundTouch)
|
||||
target_link_libraries(audiocommon PRIVATE cubeb SoundTouch)
|
||||
|
Reference in New Issue
Block a user