# HG changeset patch # User alfadur # Date 1565977570 -10800 # Node ID f53bfe04065ec3c50328e2aa41d5880fa50e5318 # Parent f9f34158ef72665f964d8ada034d9d3c33bb7ea5 update library names diff -r f9f34158ef72 -r f53bfe04065e 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;