adjust for macosx with "brewed" libraries

This commit is contained in:
2026-05-06 17:19:56 +02:00
parent 11a1abce5b
commit 7d662b0670
2 changed files with 11 additions and 15 deletions
+3 -10
View File
@@ -15,16 +15,9 @@
(define test-file4 #f)
(define test-file3-id 3)
(define test-file4-id 4)
(let ((os (system-type 'os)))
(when (eq? os 'unix)
(set! test-file3 (build-path tests "idyll.mp3"))
(set! test-file4 (build-path tests "idyll.flac"))
)
(when (eq? os 'windows)
(set! test-file3 (build-path tests "idyll.mp3"))
(set! test-file4 (build-path tests "idyll.flac"))
)
)
(set! test-file3 (build-path tests "idyll.mp3"))
(set! test-file4 (build-path tests "idyll.flac"))
;(define fmt (ao-mk-format 24 48000 2 'big-endian))
;(define ao-h (ao-open-live #f fmt))