diff --git a/config.h b/config.h index dc2a16aa8d..92066ad7e1 100644 --- a/config.h +++ b/config.h @@ -41,7 +41,7 @@ // Chooses which video and audio subsystem to use. Remember to update config.mk if you change these. #define VIDEO_DRIVER VIDEO_GL -#define AUDIO_DRIVER AUDIO_AL +#define AUDIO_DRIVER AUDIO_ALSA //////////////// diff --git a/config.mk b/config.mk index f0dd8700ee..4a8dae50e4 100644 --- a/config.mk +++ b/config.mk @@ -4,9 +4,9 @@ BUILD_FILTER = 0 BUILD_RSOUND = 0 BUILD_OSS = 0 -BUILD_ALSA = 0 +BUILD_ALSA = 1 BUILD_ROAR = 0 -BUILD_AL = 1 +BUILD_AL = 0 PREFIX = /usr/local