Corrected the DLL loading order.
This commit is contained in:
+1
-1
@@ -23,8 +23,8 @@
|
|||||||
(begin
|
(begin
|
||||||
(get-lib '("avutil-60.dll") '(#f))
|
(get-lib '("avutil-60.dll") '(#f))
|
||||||
(get-lib '("swresample-6.dll") '(#f))
|
(get-lib '("swresample-6.dll") '(#f))
|
||||||
(get-lib '("avformat-62.dll") '(#f))
|
|
||||||
(get-lib '("avcodec-62") '(#f))
|
(get-lib '("avcodec-62") '(#f))
|
||||||
|
(get-lib '("avformat-62.dll") '(#f))
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user