Corrected the DLL loading order.

This commit is contained in:
2026-04-29 10:44:35 +02:00
parent 57600d747c
commit 042ecc0c76
+1 -1
View File
@@ -23,8 +23,8 @@
(begin
(get-lib '("avutil-60.dll") '(#f))
(get-lib '("swresample-6.dll") '(#f))
(get-lib '("avformat-62.dll") '(#f))
(get-lib '("avcodec-62") '(#f))
(get-lib '("avformat-62.dll") '(#f))
)
)
)