Skip to content

Commit

Permalink
Merge pull request #1 from zhongzi/main
Browse files Browse the repository at this point in the history
feat: add ASDF_FFMPEG_EXTRA_OPTIONS
  • Loading branch information
acj authored Oct 18, 2023
2 parents 547d468 + 600eab2 commit d6d8b54
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 d6d8b54

Please sign in to comment.