mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
ChangeLog at: https://github.com/doublecmd/doublecmd/releases/tag/v1.1.22 Approved by: fluffy
11 lines
355 B
ObjectPascal
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
|