Load versions of libraries.
This commit is contained in:
@@ -28,17 +28,17 @@
|
||||
(define libogg (get-lib (case (system-type 'os)
|
||||
[(windows) '("ogg")]
|
||||
[else '("ogg" "libogg")])
|
||||
'(#f)))
|
||||
(linux-lib-versions '("0" #f))))
|
||||
|
||||
(define libopus (get-lib (case (system-type 'os)
|
||||
[(windows) '("opus")]
|
||||
[else '("opus" "libopus")])
|
||||
'(#f)))
|
||||
(linux-lib-versions '("0" #f))))
|
||||
|
||||
(define libopusfile (get-lib (case (system-type 'os)
|
||||
[(windows) '("opusfile")]
|
||||
[else '("opusfile" "libopusfile")])
|
||||
'(#f)))
|
||||
(linux-lib-versions '("0" #f))))
|
||||
|
||||
(define _OggOpusFile _pointer)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user