Alexandre Julliard : winecfg: Don't try to load the arts driver, the arts library is too buggy.

Alexandre Julliard julliard at wine.codeweavers.com
Tue Nov 21 08:14:41 CST 2006


Module: wine
Branch: master
Commit: 9385309461c54e84b39d90e27bf458e7cd298fad
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=9385309461c54e84b39d90e27bf458e7cd298fad

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Tue Nov 21 12:13:27 2006 +0100

winecfg: Don't try to load the arts driver, the arts library is too buggy.

---

 programs/winecfg/audio.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/programs/winecfg/audio.c b/programs/winecfg/audio.c
index 19f5df7..2fc8c39 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"},




More information about the wine-cvs mailing list