Update README.md

This commit is contained in:
Christoph Junghans 2018-11-15 09:48:46 -07:00 committed by GitHub
parent 86d1304176
commit d5f222464b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 6 deletions

View File

@ -1494,8 +1494,8 @@ target API.
</tr>
<tr>
<td><code>BIN2C</code> (CUDA only)</td>
<td>Path to bin2c executable</td>
<td>1st in path (if found)</td>
<td>Path to bin2c executable, will automatically pick up the first one in your $PATH.</td>
<td>(automatic)</td>
</tr>
</tbody>
</table>
@ -1652,8 +1652,8 @@ requires `gzip` to be in your `PATH`
</tr>
<tr>
<td><code>GZIP_EXECUTABLE</code></td>
<td>path to gzip executable</td>
<td>1st in path (if found)</td>
<td>Path to gzip executable, will automatically pick up the first one in your $PATH.</td>
<td>(automatic)</td>
</tr>
</tbody>
</table>
@ -1683,8 +1683,8 @@ requires `ffmpeg` to be in your `PATH`
</tr>
<tr>
<td><code>FFMPEG_EXECUTABLE</code></td>
<td>path to ffmpeg executable</td>
<td>1st in path (if found)</td>
<td>Path to ffmpeg executable, will automatically pick up the first one in your $PATH.</td>
<td>(automatic)</td>
</tr>
</tbody>
</table>