mirror of https://github.com/libsdl-org/SDL.git
Skip the Jack audio server test
The Jack server might not be running even though the libraries are installed.
This commit is contained in:
parent
2e4c12cd2c
commit
f0a8e09f7c
|
|
@ -67,6 +67,9 @@ static SDL_bool DriverIsProblematic(const char *driver)
|
||||||
*/
|
*/
|
||||||
"dsp",
|
"dsp",
|
||||||
|
|
||||||
|
/* Jack isn't always configured properly on end user systems */
|
||||||
|
"jack",
|
||||||
|
|
||||||
/* OpenBSD sound API. Can be used on Linux, but very rare. */
|
/* OpenBSD sound API. Can be used on Linux, but very rare. */
|
||||||
"sndio",
|
"sndio",
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue