[cello-cvs] CVS cello/cl-openal

fgoenninger fgoenninger at common-lisp.net
Thu Aug 24 07:55:07 UTC 2006


Update of /project/cello/cvsroot/cello/cl-openal
In directory clnet:/tmp/cvs-serv3606

Modified Files:
	cl-openal.lisp 
Log Message:
Changed: ALUT not needed on OS X (is in OpenAL framework already).

--- /project/cello/cvsroot/cello/cl-openal/cl-openal.lisp	2006/05/27 06:01:38	1.3
+++ /project/cello/cvsroot/cello/cl-openal/cl-openal.lisp	2006/08/24 07:55:07	1.4
@@ -22,6 +22,8 @@
 ;;; FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS 
 ;;; IN THE SOFTWARE.
 
+;;; $Id: cl-openal.lisp,v 1.4 2006/08/24 07:55:07 fgoenninger Exp $
+
 (pushnew :cl-openal *features*)
 
 (defpackage #:cl-openal
@@ -45,8 +47,8 @@
       (:darwin (:framework "OpenAL"))
       (:windows (:or "/windows/system32/openal32.dll")))
 
+;; OpenAL 1.0: No separate ALUT for OS X
 (define-foreign-library ALut
-      (:darwin (:framework "ALut"))
       (:windows (:or "/windows/system32/alut.dll")))
 
 (defparameter *audio-files*




More information about the Cello-cvs mailing list