Skip to content
This repository has been archived by the owner on Feb 9, 2018. It is now read-only.

Commit

Permalink
Issue 968
Browse files Browse the repository at this point in the history
  • Loading branch information
robinmulder committed Jun 13, 2011
1 parent a072bb9 commit 4b80a54
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ps3mediaserver/net/pms/PMS.java
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,9 @@ private boolean init() throws Exception {

minimal("Checking MPlayer font cache. It can take a minute or so.");
checkProcessExistence("MPlayer", true, null, configuration.getMplayerPath(), "dummy");
checkProcessExistence("MPlayer", true, getConfiguration().getTempFolder(), configuration.getMplayerPath(), "dummy");
if(isWindows()) {
checkProcessExistence("MPlayer", true, getConfiguration().getTempFolder(), configuration.getMplayerPath(), "dummy");
}
minimal("Done!");

// check the existence of Vsfilter.dll
Expand Down

0 comments on commit 4b80a54

Please sign in to comment.