Skip to content

Commit

Permalink
Build: print value of WITH_SDL2_WASAPI option
Browse files Browse the repository at this point in the history
  • Loading branch information
Wohlstand committed Aug 20, 2019
1 parent 6308aac commit 99767ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ environment:
COMPILER_FAMILY: MinGW
GENERATOR: "MinGW Makefiles"
PLATFORM: Win32-VB6-Binding
EXTRA_CMAKE_FLAGS: "-DBUILD_AS_VB6_BINDING=ON -DWITH_SDL2_WASAPI=OFF -DAUDIO_CODECS_SDL2_GIT_BRANCH=origin/release-2.0.9"
EXTRA_CMAKE_FLAGS: "-DBUILD_AS_VB6_BINDING=ON -DWITH_SDL2_WASAPI=OFF"
- BUILD_TYPE: Release
COMPILER: MSVC15
COMPILER_FAMILY: MSVC
Expand Down
1 change: 1 addition & 0 deletions cmake/DownloadAudioCodecs.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ set(AUDIO_CODECS_SDL2_GIT_BRANCH "" CACHE STRING "GIT branch for SDL2 (unofficia

option(WITH_SDL2_WASAPI "Enable WASAPI audio output support for Windows build of SDL2" ON)
if(WIN32)
message("== SDL Mixer X: WITH_SDL2_WASAPI = ${WITH_SDL2_WASAPI}")
set(SDL2_WASAPI_FLAG "-DSDL2_WASAPI_FLAG=${WITH_SDL2_WASAPI}")
endif()

Expand Down

0 comments on commit 99767ec

Please sign in to comment.