ports/x11-fm/doublecmd/files/patch-plugins_wlx_WlxMplayer_src_wlxMplayer.lpr
2025-01-24 16:24:11 -08:00

11 lines
355 B
ObjectPascal

--- plugins/wlx/WlxMplayer/src/wlxMplayer.lpr.orig 2025-01-18 20:01:52 UTC
+++ plugins/wlx/WlxMplayer/src/wlxMplayer.lpr
@@ -263,7 +263,7 @@ begin
sPlayerPath: String;
p: TMPlayer;
begin
- pf:= TExProcess.Create('which mplayer');
+ pf:= TExProcess.Create('%%LOCALBASE%%/bin/mplayer');
try
pf.Execute;
if (pf.RezList.Count <> 0) then