Skip to content

Commit

Permalink
feat: add ASDF_FFMPEG_EXTRA_OPTIONS
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongzi committed Oct 18, 2023
1 parent 547d468 commit 600eab2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/utils.bash
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ install_version() {
echo "* Configuring ffmpeg with default options"
fi

./configure --prefix="${install_path%/bin}" ${enabled_options} || exit 1
./configure --prefix="${install_path%/bin}" ${enabled_options} ${ASDF_FFMPEG_OPTIONS_EXTRA:-} || exit 1
MAKEFLAGS="-j$ASDF_CONCURRENCY" make install || exit 1

local tool_cmd
Expand Down

0 comments on commit 600eab2

Please sign in to comment.