Skip to content

Commit 30de0fc

Browse files
authored
For now, disable SDL2 support by default (#1472)
1 parent e57360d commit 30de0fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ option ( enable-dsound "compile DirectSound support (if it is available)" on )
9494
option ( enable-wasapi "compile Windows WASAPI support (if it is available)" on )
9595
option ( enable-waveout "compile Windows WaveOut support (if it is available)" on )
9696
option ( enable-winmidi "compile Windows MIDI support (if it is available)" on )
97-
option ( enable-sdl2 "compile SDL2 audio support (if it is available)" on )
97+
option ( enable-sdl2 "compile SDL2 audio support (if it is available)" off )
9898
option ( enable-pulseaudio "compile PulseAudio support (if it is available)" on )
9999
option ( enable-pipewire "compile PipeWire support (if it is available)" on )
100100
option ( enable-readline "compile readline lib line editing (if it is available)" on )

0 commit comments

Comments
 (0)