From 9385309461c54e84b39d90e27bf458e7cd298fad Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Tue, 21 Nov 2006 12:13:27 +0100 Subject: [PATCH] winecfg: Don't try to load the arts driver, the arts library is too buggy. --- programs/winecfg/audio.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/programs/winecfg/audio.c b/programs/winecfg/audio.c index 19f5df75b64..2fc8c39d56e 100644 --- a/programs/winecfg/audio.c +++ b/programs/winecfg/audio.c @@ -82,7 +82,9 @@ static const char* DSound_Bits[] = { static const AUDIO_DRIVER sAudioDrivers[] = { {IDS_DRIVER_ALSA, "alsa"}, +#if 0 /* arts library is buggy */ {IDS_DRIVER_ARTS, "arts"}, +#endif {IDS_DRIVER_ESOUND, "esd"}, {IDS_DRIVER_OSS, "oss"}, {IDS_DRIVER_JACK, "jack"},