Skip to content

Commit 37e01a0

Browse files
authored
Merge pull request #70 from mymatenige/modules-mythweb-tmpl-default-set_flvplayer
Fix typo in ffmpeg.app path.
2 parents 45f60a6 + 860836b commit 37e01a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/mythweb/tmpl/default/set_flvplayer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
break;
3030
}
3131
elseif (php_uname ('s') == 'Darwin' && file_exists ($path."/ffmpeg.app")) {
32-
$ffmpeg = $path."/ffmpeg".app;
32+
$ffmpeg = $path."/ffmpeg.app";
3333
break;
3434
}
3535
}

0 commit comments

Comments
 (0)