adjust for macosx with "brewed" libraries
This commit is contained in:
+3
-10
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user