mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-13 17:05:45 -04:00
FrontendCommon: Drop SDL2 audio output
This commit is contained in:
@ -12,11 +12,13 @@ add_subdirectory(imgui)
|
||||
add_subdirectory(simpleini)
|
||||
add_subdirectory(vulkan)
|
||||
add_subdirectory(soundtouch)
|
||||
|
||||
add_subdirectory(tinyxml2)
|
||||
add_subdirectory(cubeb)
|
||||
add_subdirectory(googletest)
|
||||
|
||||
if(ENABLE_CUBEB)
|
||||
add_subdirectory(cubeb)
|
||||
endif()
|
||||
|
||||
if(ENABLE_DISCORD_PRESENCE)
|
||||
add_subdirectory(discord-rpc)
|
||||
endif()
|
||||
|
Reference in New Issue
Block a user