windows - needs to preload ffmpeg libraries

This commit is contained in:
2026-04-28 23:00:01 +02:00
parent 08ca038b68
commit 1356400639
3 changed files with 15 additions and 3 deletions
+1 -1
View File
@@ -73,7 +73,7 @@
(download-soundlibs))
(if (null? libs-to-try)
(begin
(displayln (format "Warning: Cannot find library, tried ~a" orig-libs))
(displayln (format "Warning: Cannot find library, tried ~a in ~a" orig-libs (build-lib-path)))
#f)
(ffi-lib (car libs-to-try) versions
#:get-lib-dirs (λ () (cons (build-lib-path) (get-lib-search-dirs)))