fix compile

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

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

Loading…
Cancel
Save