Load versions of libraries.
This commit is contained in:
+3
-3
@@ -24,19 +24,19 @@
|
||||
(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 libopusenc
|
||||
(get-lib (case (system-type 'os)
|
||||
[(windows) '("libopusenc")]
|
||||
[else '("opusenc" "libopusenc")])
|
||||
'(#f)))
|
||||
(linux-lib-versions '("0" #f))))
|
||||
|
||||
(define _OggOpusComments (_cpointer/null 'ogg-opus-comments))
|
||||
(define _OggOpusEnc (_cpointer/null 'ogg-opus-enc))
|
||||
|
||||
Reference in New Issue
Block a user