Let's not force FAudio just yet

This commit is contained in:
ZachBacon 2018-12-26 06:37:53 -05:00
parent 969046ea83
commit 580a11e39e
1 changed files with 1 additions and 2 deletions

View File

@ -13,7 +13,7 @@ if( WIN32 )
option( ENABLE_XAUDIO2 "Enable xaudio2 sound output for the wxWidgets port" ON ) option( ENABLE_XAUDIO2 "Enable xaudio2 sound output for the wxWidgets port" ON )
endif( WIN32 ) endif( WIN32 )
option(ENABLE_FAUDIO "Enable FAudio sound output for the wxWidgets port" ON) option(ENABLE_FAUDIO "Enable FAudio sound output for the wxWidgets port" OFF)
option(ENABLE_OPENAL "Enable OpenAL for the wxWidgets port" OFF) option(ENABLE_OPENAL "Enable OpenAL for the wxWidgets port" OFF)
@ -605,7 +605,6 @@ TARGET_LINK_LIBRARIES (
${DIRECTX_LIBRARIES} ${DIRECTX_LIBRARIES}
${GTK_LIBRARIES} ${GTK_LIBRARIES}
${OPENAL_LIBRARY} ${OPENAL_LIBRARY}
faudio
) )
if(ENABLE_FFMPEG) if(ENABLE_FFMPEG)