This commit is contained in:
Themaister 2010-08-25 22:54:25 +02:00
parent 83fb1390fa
commit d56e3ec89f
2 changed files with 3 additions and 3 deletions

View File

@ -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
////////////////

View File

@ -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