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:
Martin Storsjö
2014-04-08 10:26:25 +03:00
parent c4ca66d7c2
commit 56abd3c15b
2 changed files with 6 additions and 6 deletions

View File

@@ -32,5 +32,5 @@
LIBRARY welsvp.dll
EXPORTS
CreateVpInterface PRIVATE
DestroyVpInterface PRIVATE
CreateVpInterface
DestroyVpInterface