Remove CoreAudio audio backend

Cubeb handles everything the CoreAudio backend can, plus supports DPL2.
This commit is contained in:
Michael Maltese
2017-06-25 23:56:11 -07:00
parent 898bbffaa7
commit 21fa010bb6
7 changed files with 3 additions and 172 deletions

View File

@ -67,9 +67,6 @@ if(WIN32)
else()
message(FATAL_ERROR "OpenAL NOT found in Externals")
endif()
elseif(APPLE)
target_sources(audiocommon PRIVATE CoreAudioSoundStream.cpp)
endif()
target_link_libraries(audiocommon PRIVATE cubeb SoundTouch)