Link the encoder core directly to the VP library
This avoids using the codepaths for dynamically loading the DLL, letting the linker resolve it as any other function.
This commit is contained in:
@@ -32,5 +32,5 @@
|
||||
|
||||
LIBRARY welsvp.dll
|
||||
EXPORTS
|
||||
CreateVpInterface PRIVATE
|
||||
DestroyVpInterface PRIVATE
|
||||
CreateVpInterface
|
||||
DestroyVpInterface
|
||||
Reference in New Issue
Block a user