Load versions of libraries.

This commit is contained in:
2026-06-10 00:40:14 +02:00
parent f8214b8f1b
commit 4f95e57a96
8 changed files with 45 additions and 22 deletions
+3 -3
View File
@@ -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)