Skip to content

Commit 0efcb82

Browse files
author
nadeko
committed
CI autodeploy
1 parent f3140f1 commit 0efcb82

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

manual/master/index.html

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7626,6 +7626,35 @@ <h2>GPU renderer options</h2>
76267626
<dd>Enables the default menu bar shortcuts (default: yes). The menu bar shortcuts always take
76277627
precedence over any other shortcuts, they are not propagated to the mpv core and they can't be
76287628
used in config files like <tt class="docutils literal">input.conf</tt> or script bindings.</dd>
7629+
<dt><tt class="docutils literal"><span class="pre">--macos-bundle-path=path1,path2,...</span></tt></dt>
7630+
<dd><p class="first">App Bundles operate in their own shell environment that is different from the one in the
7631+
terminal. The default PATH variable for all Bundles is <tt class="docutils literal"><span class="pre">/usr/bin:/bin:/usr/sbin:/sbin</span></tt>.
7632+
Because of that mpv can not find binaries installed by package manager that might be used in
7633+
scripts for example. This option prepends all given paths to the default Bundle PATH.</p>
7634+
<p>Default value in following order:</p>
7635+
<table class="last docutils field-list" frame="void" rules="none">
7636+
<col class="field-name" />
7637+
<col class="field-body" />
7638+
<tbody valign="top">
7639+
<tr class="field"><th class="field-name">/usr/local/bin:</th><td class="field-body">homebrew (Intel) install path</td>
7640+
</tr>
7641+
<tr class="field"><th class="field-name" colspan="2">/usr/local/sbin:</th></tr>
7642+
<tr class="field"><td>&nbsp;</td><td class="field-body">homebrew (Intel) install path</td>
7643+
</tr>
7644+
<tr class="field"><th class="field-name">/opt/local/bin:</th><td class="field-body">MacPorts install path</td>
7645+
</tr>
7646+
<tr class="field"><th class="field-name" colspan="2">/opt/local/sbin:</th></tr>
7647+
<tr class="field"><td>&nbsp;</td><td class="field-body">MacPorts install path</td>
7648+
</tr>
7649+
<tr class="field"><th class="field-name" colspan="2">/opt/homebrew/bin:</th></tr>
7650+
<tr class="field"><td>&nbsp;</td><td class="field-body">homebrew (ARM) install path</td>
7651+
</tr>
7652+
<tr class="field"><th class="field-name" colspan="2">/opt/homebrew/sbin:</th></tr>
7653+
<tr class="field"><td>&nbsp;</td><td class="field-body">homebrew (ARM) install path</td>
7654+
</tr>
7655+
</tbody>
7656+
</table>
7657+
</dd>
76297658
<dt><tt class="docutils literal"><span class="pre">--android-surface-size=&lt;WxH&gt;</span></tt></dt>
76307659
<dd><p class="first">Set dimensions of the rendering surface used by the Android gpu context.
76317660
Needs to be set by the embedding application if the dimensions change during

0 commit comments

Comments
 (0)