Let's not force FAudio just yet
This commit is contained in:
parent
969046ea83
commit
580a11e39e
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue