M source/mplayer.pas

A    install


git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1894 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
yangjixian
2011-09-04 14:25:40 +00:00
parent ff31f3bc31
commit e50cbf7709

View File

@@ -150,6 +150,7 @@ end;
// Find mplayer executable
function TMPlayerClass.GetMPlayerPath: string;
var tmps, tmppath: string; i: integer;
begin
Result:='';
{$ifdef Darwin}