freesci-develop
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [freesci-develop] MacOS X package [Was: Please test: Updated FreeSCI


From: Christoph Reichenbach
Subject: Re: [freesci-develop] MacOS X package [Was: Please test: Updated FreeSCI packages available]
Date: Thu, 8 Apr 2004 19:42:04 +0200
User-agent: Mutt/1.3.28i

Matt,

> Best way is to put it in a dimage. If you want I can recompile it also 
> (with the changes I recently made, static SDL etc) and package it for 
> you, just let me know where I should put it.

Send it to me, please; I'll put it onto our download servers,
then. Thanks!
  By the way: Are the audio defaults correct for OS X? If they're not,
you could try the follosing patch:

----------------------------------------------------------------------
--- sound/sound.c       2004-04-08 00:21:23.000000000 +0000
+++ sound-osx/sound.c   2004-04-08 18:00:48.000000000 +0000
@@ -66,11 +66,6 @@
 
 sound_server_t *sound_servers[] = {
 #ifndef NO_SOUND
-#  ifdef HAVE_SYSV_IPC
-       /* Assume that sound_null works on any box that has fork() */
-       &sound_server_unix,
-#  endif /* HAVE_FORK */
-
 #  ifdef _WIN32
        &sound_server_win32p,
        &sound_server_win32e,
@@ -80,6 +75,11 @@
        &sound_server_sdl,
 #  endif
 
+#  ifdef HAVE_SYSV_IPC
+       /* Assume that sound_null works on any box that has fork() */
+       &sound_server_unix,
+#  endif /* HAVE_FORK */
+
 #  ifdef _DOS
        &sound_server_dos,
 #  endif
----------------------------------------------------------------------

(just for that particular build; something smarter should go into
CVS).

-- Christoph




reply via email to

[Prev in Thread] Current Thread [Next in Thread]