hedgewars/uVideoRec.pas
changeset 15336 f53bfe04065e
parent 15267 22f2fd8a3d2c
child 15463 a7d54832fad6
--- 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;