author | alfadur |
Fri, 16 Aug 2019 20:46:10 +0300 | |
changeset 15341 | f53bfe04065e |
parent 15340 | f9f34158ef72 |
child 15342 | 63372e3879df |
child 15343 | 06e5f9ec5f8d |
--- 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;