update library names
authoralfadur
Fri, 16 Aug 2019 20:46:10 +0300
changeset 15336 f53bfe04065e
parent 15335 f9f34158ef72
child 15337 63372e3879df
child 15338 06e5f9ec5f8d
update library names
hedgewars/uVideoRec.pas
--- a/hedgewars/uVideoRec.pas	Fri Aug 16 20:45:25 2019 +0300
+++ b/hedgewars/uVideoRec.pas	Fri Aug 16 20:46:10 2019 +0300
@@ -51,7 +51,7 @@
 uses uVariables, GLunit, SDLh, SysUtils, uUtils, uSound, uIO, uMisc, uTypes, uDebug;
 
 type TAddFileLogRaw = procedure (s: pchar); cdecl;
-const AvwrapperLibName = 'libavwrapper';
+const AvwrapperLibName = {$IFDEF WIN32_VCPKG}'avwrapper'{$ELSE}'libavwrapper'{$ENDIF};
 
 function AVWrapper_Init(
               AddLog: TAddFileLogRaw;