fix compile

pull/66/head
hanbowen 3 years ago
parent d5af44c1b4
commit f8b5c164db
  1. 2
      scripts/parse-arguments.sh

@ -65,7 +65,7 @@ for argument in "$@"; do
# Checkout an alternative fork of the FFmpeg's git repository
--source-git-origin=*)
SOURCE_URL="${argument#*=}"
echo ffmpeg url $SOURCE_URL
;;
# Checkout the particular tag in the FFmpeg's git repository
--source-git-tag=*)
SOURCE_TYPE=GIT_TAG

Loading…
Cancel
Save