NAS Driver PART II

Escuder Nicolas n.escuder at alineanet.com
Thu Jul 11 05:05:45 CDT 2002


Sorry, i ommit to say that -L/usr/lib/X11R6 must be set with -l audio

and a little break on compiling due to an #ifdef omit 

The litte patch to audio.c :o)

--- /audio.c    Thu Jul 11 11:49:38 2002
+++ audio.c     Thu Jul 11 11:50:02 2002
@@ -1252,6 +1252,7 @@
 }
 #endif
 
+#ifdef HAVE_NAS
 static int nas_init(void) {
     TRACE("NAS INIT\n");
     if (!(AuServ = AuOpenServer(NULL, 0, NULL, 0, NULL, NULL)))
@@ -1490,3 +1491,4 @@
 
         return (retval);
 }
+#endif




More information about the wine-patches mailing list