Skip to content

Commit

Permalink
readme: Add example for ASDF_FFMPEG_OPTIONS_EXTRA
Browse files Browse the repository at this point in the history
  • Loading branch information
acj committed Oct 18, 2023
1 parent d6d8b54 commit 0b36498
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,12 @@ If you want to enable all supported options, you can set `ASDF_FFMPEG_ENABLE` to
export ASDF_FFMPEG_ENABLE="all"
```

If you want to pass arbitrary options to ffmpeg's `configure` script, you can use `ASDF_FFMPEG_OPTIONS_EXTRA`:

```sh
export ASDF_FFMPEG_OPTIONS_EXTRA="--extra-version=my-ffmpeg-build"
```

### Supported options

See the [FFmpeg documentation](https://ffmpeg.org/general.html#External-libraries) for more information about what these options mean.
Expand Down

0 comments on commit 0b36498

Please sign in to comment.