mirror of
https://github.com/kichikuou/xsystem35-sdl2.git
synced 2026-09-22 22:48:08 +03:00
Set default sound system to ALSA in Linux
This commit is contained in:
@@ -16174,7 +16174,10 @@ fi
|
||||
|
||||
if test "x$enable_audio" = xdefault; then
|
||||
case "$target" in
|
||||
*-*-linux*|*-*-freebsd*|*-*-netbsd*|*-*-openbsd*)
|
||||
*-*-linux*)
|
||||
enable_alsa=yes
|
||||
;;
|
||||
*-*-freebsd*|*-*-netbsd*|*-*-openbsd*)
|
||||
enable_oss=yes
|
||||
;;
|
||||
*-*-solaris*)
|
||||
|
||||
+4
-1
@@ -237,7 +237,10 @@ fi
|
||||
|
||||
if test "x$enable_audio" = xdefault; then
|
||||
case "$target" in
|
||||
*-*-linux*|*-*-freebsd*|*-*-netbsd*|*-*-openbsd*)
|
||||
*-*-linux*)
|
||||
enable_alsa=yes
|
||||
;;
|
||||
*-*-freebsd*|*-*-netbsd*|*-*-openbsd*)
|
||||
enable_oss=yes
|
||||
;;
|
||||
*-*-solaris*)
|
||||
|
||||
Reference in New Issue
Block a user